We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4043751 commit ae22322Copy full SHA for ae22322
1 file changed
frontend/src/components/OnboardingSteps/ServerCheck.tsx
@@ -22,7 +22,7 @@ export const ServerCheck: React.FC<ServerCheckProps> = ({ stepIndex }) => {
22
} = usePictoQuery({
23
queryKey: ['clusters'],
24
queryFn: getMainBackendHealthStatus,
25
- retry: 10,
+ retry: 60,
26
retryDelay: 1000,
27
});
28
const {
@@ -32,7 +32,7 @@ export const ServerCheck: React.FC<ServerCheckProps> = ({ stepIndex }) => {
32
33
queryKey: ['syncMicroservice'],
34
queryFn: getSyncMicroserviceHealthStatus,
35
36
37
38
useEffect(() => {
0 commit comments