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

   Looking into the latest occurrence, what is weird is we are seeing the 
following logged event:
   
![image](https://github.com/apache/airflow/assets/14971423/de500855-71d8-4744-b5f3-f5ba6b2a33f0)
   
   However also see in the current running slots:
   ```
   [2024-02-02T16:51:45.480+0000] {kubernetes_executor.py:387} DEBUG - 
self.running: 
{TaskInstanceKey(dag_id='acq__sftp__ohsu_partners_miah__prebill_daily_charges', 
task_id='get_execution_parameters', 
run_id='scheduled__2024-02-02T03:00:00+00:00', try_number=1, map_index=-1)}
   ```
   
   This would semi indicate that the code here:
   
https://github.com/apache/airflow/blob/main/airflow/jobs/scheduler_job_runner.py#L705
   
   Is not finding the event in our Database..... correct? We have a single 
scheduler and are setting row locking to false, which means the query should be 
completely un affected by any additional arguments.
   
   
![image](https://github.com/apache/airflow/assets/14971423/a857b75a-7860-4a23-9256-1cafa77e1954)
   


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