-
## Bug Report
We find that nifikop will never be able to scale down the nificluster successfully if it crashes in the middle of `reconcileNifiPod()` and later restarts.
More concretely, inside `…
-
### Describe the project you are working on
Godot editor.
### Describe the problem or limitation you are having in your project
If the graphics driver restarts, which on Windows this may happen fro…
-
**Graceful node shutdown not working**
When restarting a VM from the Azure dashboard the node get's shutdown forcefully after 5 min and k8s doesn't have the chance nor doesn't even try to evict the p…
-
It seems to me you don't get notifications from closed issues, so I'm opening new one regarding https://github.com/ably/ably-flutter/issues/531#issuecomment-2273771451 because the bug is still not fix…
-
In cluster mode, a node which is being shut down may trigger an unnecessary leader election.
## Steps to Reproduce
1. Set up a cluster where draining the HTTP threads at shutdown takes longer than…
-
When processing a batch and an exception scenario occurs we need to gracefully handle this. Exceptions include:
* The application not acknowledging the processing of messages above the configured thr…
-
qilin is great thank you for creating this.
In order for graceful restarts to work for me with qilin, I had to add the following to my worker.js file:
const cluster = require('cluster');
if (clus…
taf2 updated
11 years ago
-
After the last big push, it appears that the server saves are messed up.
I have gone through several files line by line through both serialization and deserialization to see what I could find that …
Vlek updated
3 months ago
-
Modules are integrated by sending integration events to interested modules that stores necesary state locally.
## Dynamic module installation
If a module is installed dynamically, all integration…
-
It looks like my worker receives two TERM signals when the Heroku dyno is restarted. Heroku [docs](https://devcenter.heroku.com/articles/dynos#graceful-shutdown-with-sigterm) says that:
> When the …