There was an error while loading. Please reload this page.
1 parent 910a926 commit 48a2976Copy full SHA for 48a2976
1 file changed
svc/store/queue.ts
@@ -127,9 +127,7 @@ export async function runReliableQueue(
127
* not hammered by tight-loop restarts.
128
*
129
* After MAX_CONSECUTIVE_FAILURES in a row, exits the process so PM2 can do a
130
- * clean-slate restart (fresh Knex pool, cleared in-memory state). With the
131
- * default backoff curve this is ~7.5 minutes of sustained failure before
132
- * giving up, which is well past any transient DB blip.
+ * clean-slate restart (fresh Knex pool, cleared in-memory state).
133
134
* The lastRun health beacon is only refreshed on success, so the existing
135
* HEALTH_TIMEOUT alerting still detects a stuck worker before exit.
0 commit comments