-
I think we should expose more runtime informations on the endpoint /metrics
- [ ] Running Git processes number
- [ ] CPU usage
- [ ] Memory usage
- [ ] Running Cron tasks number
- [ ] Running M…
lunny updated
2 weeks ago
-
Here are my processes
```
13709 2D ago Cp2kCalculation ⏵ Waiting Transport task update was cancelled
13713 2D ago Cp2kCalculation ⏵ Waiting Transport task up…
-
The steps of transcription and translation currently appear to be relatively tightly coupled. We can see that the subtitles generated by the transcription are processed in the translation step.
```…
-
Consider an app with an `index.js` and a `Procfile` with contents like:
```
worker: node index.js
```
When running a build with `heroku/builder:24`, this results an image with two processes:
…
-
## Options available
### Manual running
```
module load scitools
# start scheduler
dask-scheduler --no-dashboard --protocol tcp &
# start workers
dask worker : --nworkers 4 --nthreads 1…
-
On a system running `Naemon Core 1.3.0` we ran into the issue, that naemon stops executing checks. There were no more worker processes. I have not seen anything suspicious in the system-journal or dme…
-
Hi,
I came across the error below when trying to create a "datarmor" cluster on datarmor.
I'm running the 2023.3.2.dev20+g9a8772f version under python 3.10.14
```python
cluster = dask_hpcconfi…
gmaze updated
2 weeks ago
-
### What happened + What you expected to happen
I'm attempting to use a hybrid solution of ray.util.multiprocessing.Pool and multiprocessing.Pool. It works exactly as I'd hope for about 19 of every…
-
It seems there are some rather sharp edges around this plugin and the stock Debian nginx configuration which I don't see documented anywhere. Assuming my observations are correct here, it's probably …
nipsy updated
6 months ago
-
Some LLM models have assertion error, in multiproc_worker_utils.py:120
- especially when using 3 GPUs
This bug is critical and preventing deployment for client.
This is a run-time error, not a …