Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actionhero/node-resque
/ start
Method
start
src/core/multiWorker.ts:293–296 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
291
}
292
293
start() {
294
this.running = true;
295
this.checkWrapper();
296
}
297
298
async
stop() {
299
this.running = false;
Callers
1
boot
Function · 0.95
Calls
1
checkWrapper
Method · 0.95
Tested by
no test coverage detected