mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-20 14:11:01 +02:00
When an evaluation group runs initially, it waits a deterministic amount of time. During that time it also has to accept a termination singnal so shutdown doesn't hang during the first evaluation iteration after a configuration reload. Fixes #1307