Skip to content

Commit 48a2976

Browse files
committed
🎨 Update docstring comment
1 parent 910a926 commit 48a2976

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

svc/store/queue.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ export async function runReliableQueue(
127127
* not hammered by tight-loop restarts.
128128
*
129129
* 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.
130+
* clean-slate restart (fresh Knex pool, cleared in-memory state).
133131
*
134132
* The lastRun health beacon is only refreshed on success, so the existing
135133
* HEALTH_TIMEOUT alerting still detects a stuck worker before exit.

0 commit comments

Comments
 (0)