Tim Jones
Tim Jones
createQueue() shouldn't cause a delay like that.
Agreed
You can use `deleteQueue()`
This is already fixed in v11, but I haven't back ported it to v10 yet. Thanks for the nudge. I am almost ready to send it, but it's a big...
I should be able to get this out by the end of this month. The biggest delay right now is determining "what to do with stately queues"
In the docs I attempt to summarize the architecture, that being SKIP LOCKED combined with 1 or more job pollers, which favors a pull-based system instead of push. Also, the...
For now, dropping `purge` is the only appropriate change. `supervise` and `monitor` are not externally exposed. `drop` will become obsolete soon. Also, these are not documented.
Closing this to focus on v11
Can you include some of the error messages you received? I've had issues in the past with other apps (not pg-boss) regarding json parsing which this reminds me of.
Thanks for pointing out this limitation with stately queues. You're correct in your assessment regarding how to extend a stately queue with a singletonKey. After reviewing the PR, I think...