ring

manas_marthi 2018-07-11T15:15:41.000322Z

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

manas_marthi 2018-07-11T15:16:26.000028Z

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

2018-07-11T20:06:08.000303Z

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.

1
manas_marthi 2018-07-11T21:26:31.000315Z

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

2018-07-11T22:30:12.000296Z

@manas.marthi I’ve seen https://github.com/cemerick/pomegranate used for that purpose

1