Fork me on GitHub
#ring
<
2018-07-11
>
manas_marthi15:07:41

hi basic question, how can I add dependencies to my project.clj and get it hot reloaded into running ring server?

manas_marthi15:07:26

I saw one API called alembic. I want to know if this is a common practice in the community

weavejester20:07:08

Hot reloading is possible, but you need to have the dependencies in place to do it, and generally speaking it’s more reliable to use a load balancer that can restart its servers one at a time and avoid downtime.

4
manas_marthi21:07:31

@weavejester I am looking for hot reloading of updates to dependencies during development on my laptop