smhood commented on issue #36998:
URL: https://github.com/apache/airflow/issues/36998#issuecomment-1910522696

   Seems like whenever our executor is checking the state of the task instance 
its not being updated from the database....
   
   Looking at the database entry, its clearly marked as success....
   
![image](https://github.com/apache/airflow/assets/14971423/4f36504f-f3ff-40fc-a292-6208fbd1fb37)
   
   However its listed as running and stuck in the kubernetes_executor:
   ```
   [2024-01-25T15:04:16.609+0000] {kubernetes_executor.py:387} DEBUG - 
self.running: 
{TaskInstanceKey(dag_id='acq__sftp__superhero__sftp_battles_csv_feed', 
task_id='check_new_files', run_id='scheduled__2024-01-25T14:00:00+00:00', 
try_number=1, map_index=-1)
   ```
   
   
   


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to