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:  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.  -- 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]
