potiuk commented on code in PR #57741:
URL: https://github.com/apache/airflow/pull/57741#discussion_r2490999775


##########
airflow-core/src/airflow/cli/commands/dag_processor_command.py:
##########
@@ -52,6 +52,15 @@ def dag_processor(args):
     """Start Airflow Dag Processor Job."""
     job_runner = _create_dag_processor_job_runner(args)
 
+    if hasattr(args, "dev") and args.dev:

Review Comment:
   We can also consider splitting that to a different parameter or making some 
kind of selective dev mode - to choose which thigns we want to start in dev 
mode.  I think there are options here and depending on how invasive dev mode we 
can choose the right appoach.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to