You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at Job._assertStatus(.../bottleneck/lib/Job.js:77:13)
at Job.doRun(.../bottleneck/lib/Job.js:105:12)
at Bottleneck._run (.../bottleneck/lib/Bottleneck.js:193:11)
at (.../bottleneck/lib/Bottleneck.js:256:18)
Current settings:
highWater: 0,
strategy: BLOCK
I want to block any requests that are beyond allowed requests without maintaining a queue, so I am setting highWater = 0.
Please let me know what could be an issue here?
The text was updated successfully, but these errors were encountered:
I am having the same issue. I don't get it all the time but I get this error sometimes while using Bottleneck.Group and clustering (with ioredis). Options are set as:
Getting the issue:
Invalid job status null, expected QUEUED. Please open an issue at https://github.com/SGrondin/bottleneck/issues
Trace:
Current settings:
highWater: 0,
strategy: BLOCK
I want to block any requests that are beyond allowed requests without maintaining a queue, so I am setting highWater = 0.
Please let me know what could be an issue here?
The text was updated successfully, but these errors were encountered: