This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-02
Channels
- # beginners (23)
- # calva (12)
- # cider (4)
- # clj-kondo (4)
- # cljsrn (2)
- # clojure (25)
- # clojure-chicago (1)
- # clojure-italy (6)
- # clojurescript (5)
- # datomic (5)
- # flambo (1)
- # fulcro (16)
- # hoplon (5)
- # joker (2)
- # keechma (45)
- # off-topic (2)
- # pedestal (2)
- # rewrite-clj (13)
- # robots (5)
- # shadow-cljs (62)
- # xtdb (12)
question about query groups
and "planning your system" on ions. the diagram here [1] suggests different query groups for each stage (dev/stg/prod) of some application, and each stage is running a different code deploy revision. does each query group have a different application name? and if so, how can i deploy different revisions to query groups of the same system without updating and committing my ion-config.edn
's app-name: [query group name]
to point to each query group? [1] https://docs.datomic.com/cloud/operation/planning.html#stages
Your query groups will get their own CodeDeploy application names. When you deploy, you'll give that name to indicate with query group to deploy to. Query groups can indeed run different revisions.