add queueing of tasks

This commit is contained in:
akirilyuk
2022-02-01 14:19:28 +01:00
parent db6f56a068
commit 28cde62d5d
4 changed files with 87 additions and 24 deletions

18
package-lock.json generated
View File

@@ -28,6 +28,7 @@
"moment": "^2.29.1",
"parse-url": "^5.0.7",
"pino": "^6.13.2",
"queue": "^6.0.2",
"to-snake-case": "^1.0.0",
"uuid": "^8.3.2",
"verify-aws-sns-signature": "^0.0.6",
@@ -4192,6 +4193,15 @@
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
},
"node_modules/queue": {
"version": "6.0.2",
"resolved": "https://cognigy.pkgs.visualstudio.com/_packaging/cognigy-feed/npm/registry/queue/-/queue-6.0.2.tgz",
"integrity": "sha1-uRUlKD4jFcdVPS76GNg+dkMv7WU=",
"license": "MIT",
"dependencies": {
"inherits": "~2.0.3"
}
},
"node_modules/quick-format-unescaped": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.3.tgz",
@@ -8743,6 +8753,14 @@
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
},
"queue": {
"version": "6.0.2",
"resolved": "https://cognigy.pkgs.visualstudio.com/_packaging/cognigy-feed/npm/registry/queue/-/queue-6.0.2.tgz",
"integrity": "sha1-uRUlKD4jFcdVPS76GNg+dkMv7WU=",
"requires": {
"inherits": "~2.0.3"
}
},
"quick-format-unescaped": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.3.tgz",