scrapydweb
scrapydweb copied to clipboard
Heroku not scheduling and waking up the server for scheduled jobs
Describe the bug On Heroku the APScheduler is not being able to wake and trigger the builds. On Heroku docs they mention a clock process type, in the Procfile, is needed to register de cross when the machine restarts.
To Reproduce Steps to reproduce the behavior:
- Schedule some tasks on Heroku free Dynos
- Let the Dynos sleep for a couple of hours
Expected behaviour The cron jobs should be scheduled regardless of the server being asleep. Unless I'm forgetting something, LMK.
This may be a dupe of issue #139
This may be a dupe of issue #139
Having the same problem myself, did you ever find a solution?
I did not, sorry.
I'll keep looking, cheers.