change poll to 1.25s based on metric data
All checks were successful
Build and push image for doorman-homeassistant / docker (push) Successful in 35s
Build and push Doorman UI / API / docker (push) Successful in 1m26s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 4s

This commit is contained in:
Martin Dimitrov 2024-12-20 13:05:42 -08:00
parent c5c29382f8
commit a57f54bd58

View File

@ -90,7 +90,7 @@ export const handler: ServerlessFunctionSignature<TwilioContext, BuzzerDialEvent
} }
} }
}).catch(err => console.log(invokeId, err)); }).catch(err => console.log(invokeId, err));
}, 750)); }, 1250));
}); });
const gracefulFallbackPromise = new Promise<VoiceResponse>((resolve, reject) => { const gracefulFallbackPromise = new Promise<VoiceResponse>((resolve, reject) => {