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 2020/08/31 13:56:59 UTC

[GitHub] [airflow] aewald2 opened a new issue #10661: execution_timeout hangs in running state

aewald2 opened a new issue #10661:
URL: https://github.com/apache/airflow/issues/10661


   **Apache Airflow version**: 1.10.9
   
   **What happened**: We set the execution_timeout set to 13 minutes, tasks will log that they are timing out at 13 minutes but are left hanging in run state.
   
   **What you expected to happen**: if it goes beyond max time set it will raise and fail.
   
   **How to reproduce it**: example code:
   
   default_args = {
       'owner': 'owner',
       'description': 'description',
       'depend_on_past': False,
       'start_date': datetime(2020, 3, 11, tzinfo=execution_tz),
       'retries': 1,
       'retry_delay': timedelta(minutes=2),
       'execution_timeout': timedelta(minutes=13)
   }
   
   dag = DAG(
       'task_name',
       default_args=default_args,
       schedule_interval='8/15 * * * *',
       catchup=False,
       dagrun_timeout=timedelta(minutes=14)
   )
   


----------------------------------------------------------------
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 #10661: execution_timeout hangs in running state

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


   


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] eladkal commented on issue #10661: execution_timeout hangs in running state

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


   Can you please test if the issue happens on latest version (2.1.3)/ main branch?


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #10661: execution_timeout hangs in running state

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


   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 #10661: execution_timeout hangs in running state

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


   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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] github-actions[bot] commented on issue #10661: execution_timeout hangs in running state

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


   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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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