-
Hi,
Ive been trying to use this solution in typescript and I instantiate multiple instances of the PQueue class for different job types.
After my nodejs app is run for an extended time, I notice…
-
## Description
Right now a backport to a release branch fails to get auto-merged.
See e.g. https://github.com/camunda/camunda/actions/runs/10159683617/job/28095322018
```
gh: Pull request Pull…
-
I'm attempting to get [Oban's new MySQL engine](https://github.com/oban-bg/oban/blob/main/guides/introduction/installation.md#mysql) running on [PlanetScale](https://planetscale.com/) and am hitting a…
-
Working config
ruby 2.6.2
rails 5.2.4
delayed_job 4.1.8
```ruby
#config/environments/development.rb
config.active_job.queue_adapter = :delayed_job
config.active_job.queue_name_pr…
-
**Describe the bug**
Hi, I am using Azure Communicaton Service Job Router Java SDK, when I tried to create the router queue, store the queue id inside db and get the router queue via the queue id sto…
-
I would add the following command:
@GrahamCOfBorg build-and-merge foo bar baz
Then, if:
- You are unknown: the command is ignored
- You are a known or trusted user: the builds are qu…
-
I have a Repeatable job created via admin to run every 15 minutes on a `scheduled` queue. See screenshot1:
However, looking at the `Queues` in the admin, it's apparent that job is running on the…
-
Kickq uses the [Blocking Pop (BLPOP)](http://redis.io/commands/blpop) command to fetch jobs that are ready to be processed. If a client fails or disconnects, the job will perish forever as it has been…
-
What is the use case for this feature?
Thanks
-
When jobs are being run and re-run automatically by the system, I'd like them to take an exponential back-off strategy to preserve battery and resources. However if the user takes an action indicating…