pierrejeambrun commented on code in PR #56404:
URL: https://github.com/apache/airflow/pull/56404#discussion_r2433171021
##########
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
That's implemented like this atm, lets try and we can always revisit if we
feel like it.
--
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]