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

Health checks #1377

Merged
merged 9 commits into from
Aug 18, 2019
Merged

Health checks #1377

merged 9 commits into from
Aug 18, 2019

Conversation

cicdw
Copy link
Member

@cicdw cicdw commented Aug 18, 2019

Thanks for contributing to Prefect!

Please describe your work and make sure your PR:

  • adds new tests (if appropriate)
  • updates CHANGELOG.md (if appropriate)
  • updates docstrings for any new functions or function arguments, including docs/outline.toml for API reference docs (if appropriate)

Note that your PR will not be reviewed unless all three boxes are checked.

What does this PR change?

This PR introduces new and improved health checks on Flows which are being built into docker storage. I also refactored this so the healthchecks live in their own file and could possibly be re-used in the future, in a non-Docker world.

Why is this PR important?

I was becoming increasingly worried that users would see cryptic result handler errors in deployment when tasks attempted retries, caching, etc. This prevents Flows with "bad" result handler configurations from being deployed to Cloud at all, pre-empting the situation to begin with and ensuring the correct behavior in deployment.

Closes #1372

@codecov
Copy link

codecov bot commented Aug 18, 2019

Codecov Report

Merging #1377 into master will decrease coverage by 0.06%.
The diff coverage is 86.66%.

Copy link
Member

@jlowin jlowin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@cicdw cicdw merged commit ef9bf22 into master Aug 18, 2019
@cicdw cicdw deleted the healthcheckz branch August 18, 2019 20:33
abrookins pushed a commit that referenced this pull request Mar 15, 2022
Move WorkQueuePausedTag next to Concurrency Limit
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.

Update Docker healthcheck to include result handlers
2 participants