Fork me on GitHub
#duct
<
2019-12-06
>
bocaj22:12:21

I have a component that takes a while to start up. What are development workflow strategies to avoid reloading it. For example, if I'm only working on one component: should just it and it's dependencies reload by default?

weavejester13:12:50

Integrant has multimethods for suspending and resuming keys, which are used during development for speeding up restarts and for holding onto connections. See: https://github.com/weavejester/integrant#suspending-and-resuming

weavejester13:12:13

If breaking up the namespace doesn’t work, you could try that.