wuchichung commented on issue #19532:
URL: https://github.com/apache/airflow/issues/19532#issuecomment-966047750


   solved it, max_active_runs should not placed in the default_args.
   
   @dag(dag_id=DAG_ID, default_args=default_args, 
schedule_interval=timedelta(minutes=1),max_active_runs=1)
   def my_dummy_dag():
   
   This is going to work.


-- 
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