Closed athyuttamre closed 6 years ago
synced-cron is our background job library, which is used to automatically close queues at a certain time. It's somewhat unreliable though, and notably does not close open queues if the server was restarted while the queue was open.
We should consider migrating to Max Savin's library "Steve Jobs": https://github.com/msavin/SteveJobs...meteor.schedule.background.tasks.jobs.queue
Opened pull at #232
synced-cron is our background job library, which is used to automatically close queues at a certain time. It's somewhat unreliable though, and notably does not close open queues if the server was restarted while the queue was open.
We should consider migrating to Max Savin's library "Steve Jobs": https://github.com/msavin/SteveJobs...meteor.schedule.background.tasks.jobs.queue