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?
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?
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.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.