OpenSlides / OpenSlides/openslides-backend
Make health route independent of worker processes
Open
@luisa-beerboom is already working on this.
Since Jun 16, 2026.
bug
high
- Dominant language
- Python
- Stars
- 9
- Forks
- 40
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 19
Description
Describe the bug
Currently the health route does not respond in time when creating max. action workers (set via OPENSLIDES_BACKEND_NUM_WORKERS). This leads to a restart of the backend container and possible not proper stopped worker processes.
How To Reproduce
Create long running processes (e.g. create 100 users in bulk) and request health route
Expected behavior
The health route should be independent of the worker processes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.