Skip to content

Commit

Permalink
Merge pull request #61 from airflow-laminar/tkp/hf
Browse files Browse the repository at this point in the history
ensure supervisord is started as daemon
  • Loading branch information
timkpaine authored Jan 9, 2025
2 parents efa83b4 + eda000b commit cc2c74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow_supervisor/config/supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def _setup_airflow_defaults(self):
self.rpcinterface["supervisor"].rpcinterface_factory = self.airflow.rpcinterface_factory

# supervisord
self.supervisord.nodaemon = True
self.supervisord.nodaemon = False
self.supervisord.identifier = "supervisor"

# programs
Expand Down

0 comments on commit cc2c74d

Please sign in to comment.