- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Back off exponentially when the pylon orchestration SQLite is busy
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
apps/pylon/src/orchestration/supervisor-state.ts
Diff
1 file changed, +6 -3
apps/pylon/src/orchestration/supervisor-state.ts modified +6 -3
@@ -61,13 +61,16 @@ const isSqliteBusy = (error: unknown): boolean =>
| 61 | 61 |
|
| 62 | 62 |
|
| 63 | 63 |
|
| 64 |
|
|
| 64 |
|
|
| 65 | 65 |
|
| 66 | 66 |
|
| 67 | 67 |
|
| 68 |
|
|
| 68 |
|
|
| 69 | 69 |
|
| 70 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 71 | 74 |
|
| 72 | 75 |
|
| 73 | 76 |
|