-
In the [docs](https://github.com/nickelser/activejob-traffic_control#usage) it mentions we need to run:
```ruby
ActiveJob::TrafficControl.client = ConnectionPool.new(size: 5, timeout: 5) { Redis.n…
-
```
(node:76125) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 add listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit
at _addListene…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
WARNING 10-27 01:12:13 rocm.py:13] `fork` method is not supported by ROCm. VLLM…
-
Hey there,
We are trying to setup the new AWS ECS Exec with our Fargate services to be able to run commands on tasks, we followed the setup [article](https://docs.aws.amazon.com/AmazonECS/latest/d…
-
We're self-hosting saleor and running into issues with our celery deployment, where the worker appears to get stuck after a while. We're deploying to k8s and run celery workers like this:
```
cele…
-
PROBLEM
Delayed Job essentially orphans workers when you change the worker count from 1 to 2+, or vice versa, and `restart`. By that I mean Delayed Job allows certain workers to continue running thro…
-
### Enhancement Proposal
We've found that some of our busier Discourse deployments need quite a few Juju units to keep up with the traffic.
The charm starts 3 unicorn workers, and since unicorn …
-
Hi, this is a feature request for distributed to support collective-style tasks. MPI-style programming is widely used in machine learning for sample-based parallelism. Examples are gradient boosting a…
-
To gain an overall view of feature requests related to WorkGraph, I'm opening this issue to collect and track them in one place. While creating individual issues for each request is also beneficial, t…
-
We could create a stack of running processes and the controller could keep asking if the process is still alive, if the process dies for some reason it should allocate the job to some other process.
…