Skip to content

Commit

Permalink
Remove redundant register exit signals in dag-processor command (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis authored May 26, 2022
1 parent 3393647 commit db890df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/cli/commands/dag_processor_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,9 @@ def dag_processor(args):
)
with ctx:
try:
manager.register_exit_signals()
manager.start()
finally:
manager.terminate()
manager.end()
else:
manager.register_exit_signals()
manager.start()

0 comments on commit db890df

Please sign in to comment.