We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defaaf8 commit f455412Copy full SHA for f455412
server/imports/operator/manager/index.js
@@ -14,7 +14,7 @@ manager.add = function (name) {
14
manager.queues[name] = new queue(name, state)
15
}
16
17
-manager.start = async function (name) {
+manager.start = function (name) {
18
if (debugMode) console.log(`Jobs: manager.start(${name})`)
19
20
const action = (queue) => manager.queues[queue].start()
0 commit comments