You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/04 07:27:33 UTC

[GitHub] [airflow] hinduja1234toko opened a new issue #14596: Max Active Run Feature is not Running

hinduja1234toko opened a new issue #14596:
URL: https://github.com/apache/airflow/issues/14596


   We have made make **max_active_run =3** in our dag and in config file we have made **max_active_run_per_dag=10**
   But our code is running only on one run.
   Here is the configuration for the dag.
   `
   default_args = {
       'owner': 'DE',
       #'start_date': datetime(2021, 2, 24, 8, 6, 0),
       #'start_date': datetime.utcnow() + timdelta(seconds=) - timedelta(=),
       'depends_on_past': False,
       'email_on_failure': False,
       'email_on_retry': False,
       'retries': 3,
       'retry_delay': timedelta(minutes=1),
   }
   
   dag = DAG(dag_id='Test', default_args=default_args,
             description='',
             schedule_interval='*/1 * * * *',
             catchup=True,
             start_date=datetime(2021, 2, 24, 8, 6, 0),
             max_active_runs=3,
             is_paused_upon_creation=False)`
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on issue #14596: Max Active Run Feature is not Running

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #14596:
URL: https://github.com/apache/airflow/issues/14596#issuecomment-826170438


   This issue has been automatically marked as stale because it has been open for 30 days with no response from the author. It will be closed in next 7 days if no further activity occurs from the issue author.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] FredericoCoelhoNunes commented on issue #14596: Max Active Run Feature is not Running

Posted by GitBox <gi...@apache.org>.
FredericoCoelhoNunes commented on issue #14596:
URL: https://github.com/apache/airflow/issues/14596#issuecomment-790703426


   What executor are you using? If you're using SequentialExecutor, I think you won't be able to run more than one DAG at once


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on issue #14596: Max Active Run Feature is not Running

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #14596:
URL: https://github.com/apache/airflow/issues/14596#issuecomment-826170438


   This issue has been automatically marked as stale because it has been open for 30 days with no response from the author. It will be closed in next 7 days if no further activity occurs from the issue author.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #14596: Max Active Run Feature is not Running

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #14596:
URL: https://github.com/apache/airflow/issues/14596#issuecomment-790386452


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on issue #14596: Max Active Run Feature is not Running

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #14596:
URL: https://github.com/apache/airflow/issues/14596#issuecomment-830933634


   This issue has been closed because it has not received response from the issue author.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] closed issue #14596: Max Active Run Feature is not Running

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #14596:
URL: https://github.com/apache/airflow/issues/14596


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org