jpds opened a new pull request, #3233: URL: https://github.com/apache/iggy/pull/3233
## Which issue does this PR close? None. ## Rationale I run my services under systemd - this is a simple integration to have the iggy runtime ping systemd per it's [sd_notify](https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html) integration. This does not have any effect when the systemd unit is not configured as `Type=notify` and without `WatchdogSec=`. ## Local Execution Validated in a set of VMs with the NixOS integration testing framework: ``` vm-test-run-iggy> server # [ 13.822570] iggy-server[937]: 2026-05-11T15:31:32.946941Z INFO shard-0 server::shard::tasks::periodic::systemd_watchdog: Systemd watchdog enabled, pinging every 15s (timeout: 30s). ``` ``` vm-test-run-iggy> mcp # [ 14.012098] iggy-mcp[860]: 2026-05-11T15:31:33.267809Z INFO iggy_mcp::systemd: Systemd watchdog enabled, pinging every 15s (timeout: 30s). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
