-
We need to be able to not loose any existing connections and ongoing traffic on restarts. Systemd provides [a nice way to handle this](https://systemd.io/FILE_DESCRIPTOR_STORE/) and we should make use…
-
Despite [what I recently suggested](https://github.com/tdlib/telegram-bot-api/issues/624#issuecomment-2281832055), TBA does go wonky every now and then, flooding the logs with both:
```
2024-08-13…
-
The orchestrator needs to have a concept of groups of machines, to enable mass startup & graceful shutdown
- [ ] Build cache of machine-ids etc.
- [ ] Graceful starting of all machines
- [ ] Gracef…
-
[Graceful drain checkpointing](https://github.com/cockroachdb/cockroach/pull/102717) was [disabled](https://github.com/cockroachdb/cockroach/pull/123370) by default due to bugs. We should harden and r…
-
When server is restarted existing chat sessions stop to work correctly. New sessions won't see old users, but old users will see new joins. However sending messages nor logging out would work, making …
-
We need a way for the server to safely shutdown and wait for any background tasks to complete (e.g., persisting unsaved player data) to prevent data corruption or loss when the server is terminated.
-
**Describe the bug**
The node cannot restart due to this error: "panic: Value missing for key [...] corresponding to nodeKey ..." when the pruning settings are either `pruning = default` or `prunin…
-
I noticed that if you restart Lavalink, the state becomes inconsistent between services. It seems likely that it would be possible to detect this scenario and handle it a bit more gracefully.
For e…
-
# Current situation
Envoy offers a few existing options around listener draining during hot-restart and process shutdown.
* `--drain-strategy` allows a choice between `immediate` or `gradual` (i…
-
We should make use of a library such as [facebook's grace](https://github.com/facebookgo/grace) to handle graceful server restarts.