sanjayp

Results 3 issues of sanjayp

The BOOKMARK feature was not getting used properly. it is expected that on the BOOKMARK event, the watch should update it's resource_version to the one in the BOOKMARK event. Currently...

kind/bug
cncf-cla: yes
size/M
release-note-none

the backfill queued tasks were getting reset to scheduled state by `kubernetes_executer.clear_not_launched_queued_tasks` of `scheduler` instance. this fixes the issue by making `clear_not_launched_queued_tasks` only handle the tasks which are created by...

area:scheduler/executor
area:kubernetes

Refer: https://github.com/snjypl/airflow-provider-grafana-loki/issues/2 While running airflow in standalone mode, the UI was not able to fetch the wrong. in the logs we could issue that the taskinstance start_dt was not set....