Poll for new Fixloop items every five minutes - #6
Conversation
Reduce the processor schedule from ten minutes to five and lock the cadence with a config contract test. Co-authored-by: Eric Stark <Eric@nutrasolutions.com> Signed-off-by: Eric Stark <Eric@nutrasolutions.com>
|
Dev rollout: fixloop-dev
The 401 is the intended fail-closed response because the new dev project has no |
|
Adversarial review at exact Why 5 minutes is safe hereChecked the thing that actually breaks when you halve a poll interval, concurrent claims of the same row. It holds:
The README's new sentence is accurate against the code: The invariant is load-bearing and untested
Worth pinning: parse the period out of Amplified by this change: the reminder path bumps
|
What changed
/api/processevery five minutes instead of every ten.Why
New Fixloop reports waited up to ten minutes before routing. The requested cadence is five minutes.
Validation
npm run check(23 passed)git diff --checkCloses #1