fix: update retry fetch time to 1 min

This commit is contained in:
2025-05-07 03:11:47 -03:00
parent 404c2a55f3
commit a68c8b0162

View File

@ -34,7 +34,7 @@ export async function task() {
stakingKeypair.secretKey,
);
const retryDelay = 10000; // 10 seconds in milliseconds
const retryDelay = 60000; // 1 minute in milliseconds
while (true) {
requiredWorkResponse = await fetch(`${middleServerUrl}/summarizer/worker/fetch-todo`, {