This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-12
Channels
- # architecture (17)
- # babashka (13)
- # beginners (12)
- # calva (1)
- # cider (7)
- # clojure-bay-area (15)
- # clojure-europe (4)
- # clojure-norway (7)
- # datomic (7)
- # gratitude (5)
- # honeysql (7)
- # hyperfiddle (2)
- # introduce-yourself (4)
- # jobs-discuss (13)
- # juxt (2)
- # lsp (3)
- # malli (7)
- # practicalli (17)
- # rdf (8)
- # re-frame (9)
- # releases (1)
- # shadow-cljs (24)
- # spacemacs (15)
What should d/connect
retry logic look like, please?
I set my Clojure SystemD unit file with After = network.target datomic.service
but the service is "started" before Datomic is up and then connection fails and I have to restart my service manually after reboot..
we just defer to the container orchestration layer (k8s) to restart the whole process if d/connect fails.
@U0J3J79FE do you have some k8s templates lying around for this? K8s is a whole thing and I would prefer not to get sucked into even more devops