-
On [L109](https://github.com/azproduction/promise-queue/blob/master/lib/index.js#L109), inside the`Promise` the `.add()` method returns, you call `._dequeue()`, assumedly to begin processing the `Prom…
-
I'm glad to see this project starting to get updated again. I was completely convinced that it was not maintained anymore and published a fork package just 3 days ago, but I wish I could have known th…
-
From time to time (once or twice a day), the zigbee Adapter chrashes with the followig stacktrace:
```
host.raspberrypi2 | 2024-10-25 17:26:48.979 | error | instance system.adapter.zigbee.0 terminat…
-
I am using pgBoss v10 on node version 22 and postgresql 16. I have tried deleting a queue existing in my DB by invoking the .deleteQueue("myQueueName") method. However, the queue isn't being deleted …
-
``` js
queue = new PSemaphore;
foo = function() {
return queue.add(function() {
return bar()
});
};
bar = function() {
return queue.add(function(){})
};
foo().then(function() {
console.l…
-
when i use RabbitRPC in one controller with multiple actions like this
```
@RabbitRPC({
exchange: AuthRegister.exchange,
routingKey: AuthRegister.topic,
queue: AuthRegister.queue,
…
-
In what I assume is the current version of SDKv3, when an app gets a `SIGTERM`, the following code is run:
```
homey.destroy();
process.nextTick(() => process.exit());
```
`homey.destroy()`, in…
-
Currently, [`LogManager`](https://github.com/browser-automation-bot/chromium-bidi/blob/5342dca5fcc3f811612e7ec426e987f46fce9bf9/src/bidiMapper/modules/log/LogManager.ts#L140):
1. Subscribes to [`Runt…
-
**Is your feature request related to a problem? Please describe.**
My CPU intensive jobs would do "correct" work, but they stall with errors:
- Missing lock for job JOB_ID
- Error: job stalled mo…
-
i'm getting this error: TypeError: Cannot read property 'addJob' of null, js engine: hermes
alfter running the example code:
`import queue from 'react-native-job-queue'
queue.configure({o…