-
**What happened**:
Pods for MPIJob remain suspended
**What you expected to happen**:
The topology assignment is correct for workers, pods get ungated.
**How to reproduce it (as minimal…
-
A program such as the hash loop takes a long time to execute. Spam-clicking the run button creates a long queue of executions that the user must wait for to finish. We should lock the run button until…
-
**Is your feature request related to a problem? Please describe.**
Open edX already has implemented solutions for running multiple celery queues such as the old known `high` and `high_mem` [defau…
-
Now that I have the appropriate hardware set up over here, I am finally trying out jobflow-remote!
I have a very basic question regarding setup. I am using the all-in-one approach where I am runni…
-
## Abstract
I recently encountered a type mismatch issue while writing test code for Cloudflare Worker's DurableObject by `@cloudflare/vitest-pool-worker`. The problem arises due to the fetch method …
-
I've upgraded from 1.16.2 to 2.0 and found an issue when I have multiple jobs running and querying the count for all the registries, for a web interface.
With 1.16.2 I got no issue but with 2.0 I g…
-
I'm collecting `runTime` and `waitTime` metrics for my pool with otel:
```ts
const metrics = {
workersQueueWaitTime: meter.createObservableGauge('content_workers_queue_wait_time'),
workersQu…
-
I want use sidekiq with radis to increase efficiency and performance
For recalculate custom field
```
if Rails.env.production?
config.active_job.queue_adapter = :sidekiq
redis_namespace = Rail…
-
# Feature request
## Description
It would be nice to have multiple background workers to handle things like Queue
## Value
- Able to process things like Symfony Messenger
This is very s…
shyim updated
2 months ago
-
### Environment
- Oban v2.17.10, Oban.Pro v1.4.9
- Elixir 1.16.2 (compiled with Erlang/OTP 26)
### Current Behavior
Previously, we had a queue declared in following way:
```elixir
my_queue…