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 2022/03/14 18:57:00 UTC

[GitHub] [airflow] SamWheating opened a new pull request #22259: Set queued_dttm when submitting task to directly to executor

SamWheating opened a new pull request #22259:
URL: https://github.com/apache/airflow/pull/22259


   Re: https://github.com/apache/airflow/issues/22160
   
   If a task is in a non-running state and is submitted directly to the executor, it will be created with a null `queued_dttm` which can cause the scheduler to crashloop when trying to adopt the task (more details in the linked issue)
   
   This updates the `/run` form to also set the `queued_dttm` on the task when it is submitted. 
   


-- 
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] potiuk merged pull request #22259: Set queued_dttm when submitting task to directly to executor

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #22259:
URL: https://github.com/apache/airflow/pull/22259


   


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