remove comment failfast
All checks were successful
Build and push image for doorman-homeassistant / diff (push) Successful in 47s
Build and push Doorman UI / API / diff (push) Successful in 7s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / twilio (push) Successful in 2m55s
All checks were successful
Build and push image for doorman-homeassistant / diff (push) Successful in 47s
Build and push Doorman UI / API / diff (push) Successful in 7s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / twilio (push) Successful in 2m55s
This commit is contained in:
parent
6ef5b6d289
commit
88bb1d936f
@ -170,7 +170,8 @@ export const handler: ServerlessFunctionSignature<TwilioContext, BuzzerDialEvent
|
|||||||
console.log(
|
console.log(
|
||||||
invokeId + " UngracefulFallback: Cutting it too close to timeout! Skipping notifying users and responding fallback"
|
invokeId + " UngracefulFallback: Cutting it too close to timeout! Skipping notifying users and responding fallback"
|
||||||
);
|
);
|
||||||
twiml.play(XML_FAIL_FAST_CALLBACK_COMMENT);
|
// TODO: make this actually work
|
||||||
|
// twiml.play(XML_FAIL_FAST_CALLBACK_COMMENT);
|
||||||
return [null, twiml];
|
return [null, twiml];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user