Hugh Secker-Walker
Hugh Secker-Walker
You can also have either the job `'succeeded'` handler or the process function (handed `Queue#process`) do the work to submit a new (delayed job). But, there's a question of what...
What's the status of this PR and @LewisJEllis involvement with bee-queue?
Apologies for the commit churn -- It's taking a little while to get my build/test configuration running in a Docker container....
I have undone the destructuring syntax, and fixed the test (grrr, so I thought... Tests are failing due to timeout; I still have a lot to learn aboue bee-queue and...
Indeed, the reason I filed the issue, #184 was that Queue Local is a simple way to manage job lifecycle that didn't have the complexity or overhead of the PubSub...
I agree. Here's the simplest path forward that I can see: - we make no code changes - we update the documentation to remove any mention of a Queue Local...
I'm able to get this failure on a variety of cloud platforms (Docker for Mac, VirtualBox, Digital Ocean) and distributions (Ubuntu, Node, Alpine). It reliably starts failing after things warm...
I have a fix. It's based on the analysis here #78 which is spot on. However the 'crafty' ideas for solving the problem didn't pan out for me -- it's...
I have not forgotten this issue -- I'm using the fix in our deployments. But, I haven't had time to create the tests and make the minimal changes for the...
A PR with one approach to solving the problem is here #193