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

[BUG] notify restart airflow services not found when installing DAG dependencies #99

Closed
ultraheroe opened this issue May 10, 2021 · 0 comments · Fixed by #101
Closed
Assignees
Labels

Comments

@ultraheroe
Copy link
Member

Description

When a DAG dependence is set on dags_dependencies after installing it the task notify to an unknown (typo) restart handler
Handler is e.g: "restart airflow-webserver" and the task has "restart airflow_webserver"

Steps to Reproduce

  1. Declare a DAG package dependence
  2. Go for the run

Expected behavior:
Handler restart the services normally

Actual behavior:
Handler misses the restart of the services because of a typo

Reproduces how often:
When a DAG dependence is set

Environment

  • The release version/s you are using:
  • OS: Debian 10
  • airflow-role: 2.0.0 and 2.0.1
@ultraheroe ultraheroe added the bug label May 10, 2021
@ultraheroe ultraheroe self-assigned this May 10, 2021
This was referenced May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant