Subham-KRLX commented on issue #67272:
URL: https://github.com/apache/airflow/issues/67272#issuecomment-4506799424

   > deferrable=false and we are using airflow pool=4
   > 
   > ```
   > waiter_delay=60,
   > waiter_max_attempts = 500,
   > execution_timeout=timedelta(hours=2,minutes=15),
   >         config={
   >             "name": task_id,
   >             "executionTimeoutMinutes": 120
   >         }
   > ```
   
   Are you using deferrable=True by any chance on some tasks? Also can you 
check your Airflow logs (scheduler and worker) at the exact timestamps when 
tasks fail to see if there are timeout or heartbeat messages? The task seems to 
be killed by the executor at 16 seconds even though execution_timeout is 2 
hours 15 minutes. This suggests an issue with task heartbeat/status 
synchronization rather than a timeout configuration issue.


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