-
Currently, Solid Queue worker processes run indefinitely, which can lead to memory bloat and potential resource leaks over time. This is especially problematic for long-running, high-volume systems.
…
-
I'm facing an issue with a BullMQ setup across Cloud Run and GKE, and I'm hoping someone here might have encountered a similar scenario.
My Setup:
- BullMQ Proxy: Running as a GCP Cloud Run service …
-
BullMQ supports pausing a queue, which bull-board uses
https://github.com/search?q=repo%3Afelixmosh%2Fbull-board%20%22.pause(%22&type=code
This option is not forcing the pause, meaning, if we tr…
-
`UploadTask` breaks the list of uploads for a commit into chunks of 3 and then dispatches `UploadProcessorTasks` for each chunk serially:
https://github.com/codecov/worker/blob/master/tasks/upload.py#…
-
# Checklist
* [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+)
for similar or identical feature …
-
**Describe The Problem**
Starting WGDashboard isn't working.
**Expected Error / Traceback**
```
[root@wireguard-01 log]# cat error_20220804171601.log
[2022-08-04 17:16:01 +0200] [1747] [INFO] S…
-
I am trying to connect my function app to keyvault and get queue name and connection secrets. This was working well with .netcore3.1 app using the ConfigureAppConfiguration(IFunctionsConfigurationBuil…
-
I’m encountering an issue with BullMQ Pro where both the worker and server are affected by the `BUSY Redis is busy running a script. You can only call SCRIPT KILL or SHUTDOWN NOSAVE` error.
I'm run…
-
Здравствуйте.
Если в конфиге указать `worker_processes auto;` и запустить Angie в контейнере с выставленным лимитом на CPU, то этот лимит будет проигнорирован и запустится столько воркеров, сколько…
-
### What happened + What you expected to happen
I am using ray multiprocessing.Pool to run data processing tasks within a docker container in GCP Vertex AI (Single machine).
The task that is being…