mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-14 14:23:27 +01:00
Supporting multiple rails instances #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stenver on GitHub (May 7, 2017).
If I have multiple stateless rails instances running in different servers, then Crono stars the job in all of the instances. I was hoping since Crono synchronises on DB, then it will only start the job in one instance.
Is there any way to do this with crono?
@ghost commented on GitHub (Sep 28, 2022):
+1
@ghost commented on GitHub (Sep 28, 2022):
@stenver did you find your answer ? would like to now how you solved for this?
@ghost commented on GitHub (Sep 28, 2022):
way I think I would do is, even though I have multiple stateless rails instance, I would run single instance of crono and that should be fine unless you really have lot of cron jobs and they start hitting limits on single instance in terms of resource usage.