diff --git a/src/api-binder/poll.ts b/src/api-binder/poll.ts index e5bccaba..7512ade9 100644 --- a/src/api-binder/poll.ts +++ b/src/api-binder/poll.ts @@ -121,6 +121,7 @@ export const update = async ( const got = await getGotInstance(); const { statusCode, headers, body } = await got(endpoint, { + retry: { limit: 0 }, agent: { https: new Agent({ keepAlive: true,