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

Updates health check endpoint to include dag_processor status. #32382

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

tirkarthi
Copy link
Contributor

Fixes #32279

Add dag_processor status to health endpoint. Update docs and openapi spec. This follows almost same code changes as triggerer changes in #31579 , #31529, #27755

@boring-cyborg boring-cyborg bot added area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues kind:documentation labels Jul 5, 2023
@potiuk potiuk merged commit b3db4de into apache:main Jul 6, 2023
1 check passed
description: |
The status and the latest dag processor heartbeat.

*New in version 2.6.3*
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it in 2.6.3?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I saw triggerer status added in 2.6.2 and thought it doesn't need to wait till 2.7.0. This doesn't seem to be in 2.6.3rc candidate. I am not sure if this was cherry picked or I missed the release/RC window. cc: @ephraimbuddy

syedahsn pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Jul 11, 2023
@ephraimbuddy ephraimbuddy added this to the Airflow 2.7.0 milestone Aug 2, 2023
@ephraimbuddy ephraimbuddy added the type:improvement Changelog: Improvements label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues kind:documentation type:improvement Changelog: Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add DagProcessor status to health endpoint.
5 participants