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

scheduled jobs that raise an exception are not rescheduled correctly #8941

Closed
olliewalsh opened this issue Dec 2, 2013 · 2 comments
Closed
Labels
Bug broken, incorrect, or confusing behavior fixed-pls-verify fix is linked, bug author to confirm fix severity-low 4th level, cosemtic problems, work around exists

Comments

@olliewalsh
Copy link
Contributor

Related to #5729. While running only one instance of each job helps, there is a still a problem in the scheduler.

If a scheduled job raises an exception it continues to be run on every schedule eval() instead of waiting for the next interval.

olliewalsh added a commit to olliewalsh/salt that referenced this issue Dec 2, 2013
thatch45 added a commit that referenced this issue Dec 2, 2013
@basepi
Copy link
Contributor

basepi commented Dec 3, 2013

This is fixed with the above pull req, yes?

@olliewalsh
Copy link
Contributor Author

Yes

basepi pushed a commit that referenced this issue Dec 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior fixed-pls-verify fix is linked, bug author to confirm fix severity-low 4th level, cosemtic problems, work around exists
Projects
None yet
Development

No branches or pull requests

2 participants