Skip to content

process_tracker_python-12 Handling Process Dependency failures#73

Merged
OpenDataAlex merged 3 commits into
masterfrom
process_tracker_python-12
Jul 10, 2019
Merged

process_tracker_python-12 Handling Process Dependency failures#73
OpenDataAlex merged 3 commits into
masterfrom
process_tracker_python-12

Conversation

@OpenDataAlex

Copy link
Copy Markdown
Owner

✨ Processes can now be put 'on hold' if too many failures

If a process hits too many failures (up to the new setting, max_concurrent_failures)
then the run will be set to 'on hold'. It will remain on hold until someone
manually changes the status.

Closes #12

✨ Processes can now be put 'on hold' if too many failures

If a process hits too many failures (up to the new setting, max_concurrent_failures)
then the run will be set to 'on hold'.  It will remain on hold until someone
manually changes the status.

Closes #12
🐛 Unit test needed to be updated.

Closes #12
🐛 Support for MySQL with on hold feature

Had to rewrite query for on hold check to handle limitation of older MySQL instances on Travis.

Closes #12
@OpenDataAlex OpenDataAlex merged commit 97f085a into master Jul 10, 2019
@OpenDataAlex OpenDataAlex deleted the process_tracker_python-12 branch November 15, 2019 18:27
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

Successfully merging this pull request may close these issues.

Handling Process Dependency failures

1 participant