nagasrisai commented on issue #60703: URL: https://github.com/apache/airflow/issues/60703#issuecomment-4089149168
I have submitted a fix for this in PR #63923. The root cause is that `useClearTaskInstances` was not invalidating `[useTaskInstanceServiceGetTaskInstancesKey]` on success — the same key that powers the TaskInstances list page. Both `useClearRun` and `usePatchTaskInstance` already invalidate this key; `useClearTaskInstances` was the only one missing it. The one-line addition brings it in line with the rest. -- 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]
