Count a timed-out resume as an attempt, it may have launched
This commit is contained in:
@@ -91,7 +91,9 @@ endless chain of blocked jobs:
|
||||
again it is a *new* session id and qualifies on its own, so an outage spanning
|
||||
several reset windows still gets retried. What the cap prevents is one
|
||||
conversation being resumed into several concurrent copies. A resume that fails
|
||||
to launch at all records no attempt and is retried on the next tick.
|
||||
to launch at all records no attempt and is retried on the next tick; one that
|
||||
times out records an attempt, because the launch may have registered after the
|
||||
watchdog stopped waiting for it.
|
||||
|
||||
`--max-per-day` is the one guard that cannot be derived from anything else. A
|
||||
usage-limit block is self-pacing, because the stated reset time is respected —
|
||||
|
||||
Reference in New Issue
Block a user