From 6a0bb24d7e27c427a85f4a7b6515b96f7798fe5e Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Wed, 30 Apr 2025 14:07:45 +0000 Subject: [PATCH] fix: update devcontainer data every 10s --- site/src/modules/resources/AgentRow.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/src/modules/resources/AgentRow.tsx b/site/src/modules/resources/AgentRow.tsx index 4d14d2f0a9a39..c4d104501fd67 100644 --- a/site/src/modules/resources/AgentRow.tsx +++ b/site/src/modules/resources/AgentRow.tsx @@ -158,6 +158,9 @@ export const AgentRow: FC = ({ ]), enabled: agent.status === "connected", select: (res) => res.containers.filter((c) => c.status === "running"), + // TODO: Implement a websocket connection to get updates on containers + // without having to poll. + refetchInterval: 10_000, }); return ( pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy