This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-15
Channels
- # aleph (1)
- # announcements (7)
- # beginners (6)
- # calva (24)
- # cider (18)
- # clj-otel (1)
- # clojars (8)
- # clojure (22)
- # clojure-dev (11)
- # clojure-europe (52)
- # clojure-finland (12)
- # clojure-nl (1)
- # clojure-norway (28)
- # clojure-uk (7)
- # clojured (1)
- # cursive (6)
- # datomic (1)
- # events (1)
- # humbleui (41)
- # hyperfiddle (75)
- # lsp (46)
- # malli (34)
- # matrix (1)
- # off-topic (16)
- # releases (1)
- # shadow-cljs (12)
- # squint (11)
- # timbre (1)
- # tools-deps (24)
What's the suggested way of working with datomic pro? I'm getting AMQ219007 Cannot connect to server(s) when re-deploying so I wonder if the setup is correct. So I have PostgreSQL db deployed separately. And I deploy together transactor + my app And each time I deploy my app with transactor I start transactor that connects to that one postgresql db. I've noticed that if I stop the app, clean the connections to postgresql and start transactor with app everything works correctly. But when I redeploy app+transactor I get this error (AMQ219007). (While redeploying there is a moment when both, previous and new transactor running, both connecting to the same postrgresql db and with the same db name). Is this expected to happen in that situation? I didn't find in documentation anywhere that you can't have multiple transactors to the same db.