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

Possible for status to get stuck in executing during debugging. #15

Open
GoogleCodeExporter opened this issue Dec 16, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  Ending program between status.executing=True and status.executing=False in 
CronScheduler.execute.  Can easily occur during debugging.

From then on the status is stuck in executing and no cron jobs will run.

Easy fix would be to set status.executing=False at the same time as all the old 
jobs are deleted 
during import of the module.

Original issue reported on code.google.com by benreyn...@gmail.com on 6 Jun 2009 at 4:10

@GoogleCodeExporter
Copy link
Author

Good call... I'll add that in on my next commit :)

Original comment by Jim.mixt...@gmail.com on 11 Jun 2009 at 8:25

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

I have the same problem.

Original comment by fangzhou...@gmail.com on 12 Jun 2009 at 6:51

@GoogleCodeExporter
Copy link
Author

I have this issue as well, I just didn't consider that people might use the same
database in development as they do on the live server, but it's definitely 
worth fixing!

Original comment by Jim.mixt...@gmail.com on 12 Jun 2009 at 12:32

  • Changed state: Started

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

No branches or pull requests

1 participant