block retries (#144)

* block retries

* block retries

* fixed logginAttempsBlocked typo

---------

Co-authored-by: p.souza <p.souza@cognigy.com>
This commit is contained in:
Paulo Telles
2023-04-05 16:47:25 +02:00
committed by GitHub
parent 127b690ae2
commit 8f93b69af0
5 changed files with 111 additions and 2 deletions

2
app.js
View File

@@ -38,6 +38,7 @@ const {
addKey,
retrieveKey,
deleteKey,
incrKey
} = require('./lib/helpers/realtimedb-helpers');
const {
getTtsVoices
@@ -76,6 +77,7 @@ app.locals = {
purgeCalls,
retrieveSet,
addKey,
incrKey,
retrieveKey,
deleteKey,
getTtsVoices,