Skip to content
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

Heroku not scheduling and waking up the server for scheduled jobs #176

Open
BrunoMiguens opened this issue Feb 3, 2021 · 5 comments
Open

Comments

@BrunoMiguens
Copy link

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:

  1. Schedule some tasks on Heroku free Dynos
  2. 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.

@scottatdrake
Copy link

This may be a dupe of issue #139

1 similar comment
@scottatdrake
Copy link

This may be a dupe of issue #139

@harvkay
Copy link

harvkay commented Nov 19, 2021

Having the same problem myself, did you ever find a solution?

@scottatdrake
Copy link

I did not, sorry.

@harvkay
Copy link

harvkay commented Nov 19, 2021

I'll keep looking, cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants