You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and this example is one aspect I want, sending a list of one time cron jobs and then removed from MongodB
But not sure how to set another job independently similiar to this question to have another job which is running all the time and start time extracted from this job, is used to determine when the fire off the list of one time jobs as described above
so question is can I use this package with percolate:synced-cron as possible implementation since it seems to be that having multiple Synced cron.add, only starts the first and ignores other synced cron add jobs?
The text was updated successfully, but these errors were encountered:
I have percolate:synced-cron package running scheduled jobs using this example:
http://richsilv.github.io/meteor/scheduling-events-in-the-future-with-meteor/
and this example is one aspect I want, sending a list of one time cron jobs and then removed from MongodB
But not sure how to set another job independently similiar to this question to have another job which is running all the time and start time extracted from this job, is used to determine when the fire off the list of one time jobs as described above
percolatestudio/meteor-synced-cron#65
so question is can I use this package with percolate:synced-cron as possible implementation since it seems to be that having multiple Synced cron.add, only starts the first and ignores other synced cron add jobs?
The text was updated successfully, but these errors were encountered: