OpenSlides / OpenSlides/openslides-backend

Make health route independent of worker processes

Open
#3,619 2 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.