-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 servers can still run the same job at the same time #141
Comments
@WayneUong are you sure you are using littledata:synced-cron and not percolatestudio:synced-cron? There's been a migration at some point and percolatestudio:synced-cron is not maintained anymore. Seems like you're encountering the issue solved by #135 |
@TheGame2500 I use
I have the first server running, let the cron job starts, then start the 2nd server, sharing the same db using The result is that the 2nd server starts the same job while the 1st is still not done. |
@TheGame2500 Can you reproduce it? |
I setup so 2 meteor apps sharing the same database. And most of the times, both apps can still run the same job at the same time. This package doesn't prevent the second server from starting the same job if the other server is not done. This happens when the 2nd server starts when the 1st still hasn't finished.
The text was updated successfully, but these errors were encountered: