From 36af9db53e2ee38f49a906adae285bcaf93bf2e8 Mon Sep 17 00:00:00 2001 From: Bruno Carlos <6951456+brnovasco@users.noreply.github.com> Date: Mon, 20 May 2024 13:39:33 -0300 Subject: [PATCH] fix: NodeInfo badge needs to enable refetch job status in background so the refetch interval works in the gallery page with the other components. --- apps/deepsirius-ui/src/pages/u/[user]/[workspace]/gallery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/deepsirius-ui/src/pages/u/[user]/[workspace]/gallery.tsx b/apps/deepsirius-ui/src/pages/u/[user]/[workspace]/gallery.tsx index 7958597..e5fc3b1 100644 --- a/apps/deepsirius-ui/src/pages/u/[user]/[workspace]/gallery.tsx +++ b/apps/deepsirius-ui/src/pages/u/[user]/[workspace]/gallery.tsx @@ -149,7 +149,7 @@ function NodeInfo({ refetchOnMount: false, enabled: status === 'busy' && !!nodeData.jobId, refetchInterval: 5000, - refetchIntervalInBackground: false, + refetchIntervalInBackground: true, }, );