Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bee-queue/bee-queue
/ _preventStall
Method
_preventStall
lib/queue.js:587–591 ·
view source on GitHub ↗
(jobId)
Source
from the content-addressed store, hash-verified
585
}
586
587
_preventStall(jobId) {
588
return
helpers.callAsync((done) =>
589
this.client.srem(this.toKey(
'stalling'
), jobId, done)
590
);
591
}
592
593
_finishJob(err, data, job) {
594
if
(this._isClosed) {
Callers
1
preventStalling
Method · 0.95
Calls
1
toKey
Method · 0.95
Tested by
no test coverage detected