checker-sdk-go/checker/server
Pierre-Olivier Mercier 8f8dc3ca57 server: graceful shutdown on SIGINT/SIGTERM in ListenAndServe
Drains in-flight requests within a 10s timeout and stops the load-average
sampler before returning. Callers needing custom signal handling can still
opt out via Handler() and run their own http.Server.
2026-04-27 01:42:32 +07:00
..
healthcheck.go server: add -healthcheck flag for scratch-image Docker probes 2026-04-26 10:59:31 +07:00
healthcheck_test.go server: add -healthcheck flag for scratch-image Docker probes 2026-04-26 10:59:31 +07:00
interactive.go checker: thread rule states into ReportContext 2026-04-24 17:31:17 +07:00
interactive_test.go checker: thread rule states into ReportContext 2026-04-24 17:31:17 +07:00
server.go server: graceful shutdown on SIGINT/SIGTERM in ListenAndServe 2026-04-27 01:42:32 +07:00
server_test.go checker: thread rule states into ReportContext 2026-04-24 17:31:17 +07:00