bbovenzi commented on code in PR #56404:
URL: https://github.com/apache/airflow/pull/56404#discussion_r2414689678


##########
airflow-core/src/airflow/ui/src/pages/HITLTaskInstances/HITLTaskInstances.tsx:
##########
@@ -148,6 +152,8 @@ export const HITLTaskInstances = () => {
     state: effectiveResponseReceived === "false" ? ["deferred"] : undefined,
     taskId,
     taskIdPattern,
+  }, undefined, {
+    refetchInterval,

Review Comment:
   To avoid endless fetching, we should add a check to only refetch if there 
are details without `response_received` and TaskInstance is still deferred



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