OpenSlides / OpenSlides/openslides-go
Error hardening needed
Open
@bastianjoel is already working on this.
Since Apr 21, 2026.
bug
high
- Dominant language
- PLpgSQL
- Stars
- 1
- Forks
- 19
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 9
Description
Currently errors like https://github.com/OpenSlides/openslides-go/issues/210 or https://github.com/OpenSlides/openslides-go/pull/197 result in an autoupdate service that does not serve any more updated data.
However - the service is still reporting to be healthy. This is problematic.
We need hardening against faults in the database layer. It is always possible that a query fails. This should not result in a broken service.
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.