-
It would be great if the worker/container would gracefully terminate on `SIGTERM`. Kubernetes can send it e.g. when draining nodes.
---
To test this I used:
```bash
docker run \
--rm \
…
-
`podman` cannot stop your container gracefully:
> StopSignal SIGTERM failed to stop container tvi in 10 seconds, resorting to SIGKILL
The detailed log is [here](https://pastebin.com/raw/Bzk9eZN1).…
-
Hi, when i run the latest v1.3 code for fine-tuning, it fails the training every-time when the program tries to save the checkpoint, as shown below. I have never met this issue when running the previo…
-
When i do `docker compose down` the server is killed without the server saving its state. Is there any way that it can detect the SIGTERM signal and save the state immediately?
mmonj updated
1 month ago
-
```
2024-05-08 13:38:38.465 ( 279.210s) [Ingester 2 ]INFO| sending error to [605]: bad req: std::get: wrong index for variant
Loguru caught a signal: SIGTERM
Stack trace:
10 0x559d2cc8…
-
Running into an odd problem with Kernel 6.9, which has the AppleTalk broadcast "fix" described [here](https://gist.github.com/VinDuv/4db433b6dce39d51a5b7847ee749b2a4). Seems that some packets are now …
-
Seems like `spin` is sending a `SIGTERM` (or `SIGKILL`?)signal to the underlying process when it receives a `SIGINT`, which seems odd when working in a `spin run python -i /path/to/script.py` kinda co…
-
```
[2024-09-02 00:39:59,451] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
[WARNING] Please specify the CUTLASS repo directory as environment varia…
-
### Minetest version
```true
minetest 5.9
compiled from source
```
### Irrlicht device
_No response_
### Operating system and version
debian 12 & 13
### CPU model
AMD Ryzen 2200U
### GPU mod…
-