firebase-cron
firebase-cron copied to clipboard
Store and run cron jobs with firebase.
I seem to be having an issue where a task is added, sometimes 6x to the firebase-queue. I really cannot understand how or why. This has only just started happening...
How to get the cron status? I added the job and its running fine. But i don't know how to stop the cron. ```js var cron = require("firebase-cron") var firebase...
There is currently no difference between addJob and updateJob, see: https://github.com/doowb/firebase-cron/blob/master/index.js#L65 https://github.com/doowb/firebase-cron/blob/master/index.js#L86 I would have expected updateJob to execute the job if it is pending before recomputing _getNextDateFrom. Currently it...
Hello, Thanks for the component! As far as I know, cron is not fit for horizontal scaling (same job will be ran multiple times by cores) but since this is...
I'm looking to schedule sending an email or tweet only once. I thought about creating a new job for each tweet or email to run at the desired time. Then...
Add more information on how to use this with firebase and firebase-queue.