You'll notice
Useful2 Signal0
The daemon now starts its child processes two seconds apart instead of all at once.
What's wrong with this entry?
Anonymous. No account, no email.
What
The daemon supervisor no longer starts its children all at once, spreading them out instead.
Details
- Both the initial spawn loop and the loop that restarts children after a config reload now pass an increasing start delay, 2000ms per child.
- The existing backoff timers are unchanged and still apply on top of this.
- Only reached when the daemon supervisor is running; no effect otherwise.
Evidence
spawned ${A}
Strings lifted out of the shipped bundle, so the claim above can be checked against them.