Commit 9e1d3a6
fix(run-engine): widen unblock transaction limits for batch-scale waitpoints
Pass explicit timeout/maxRetries to $transaction in continueRunIfUnblocked so
that large batchTriggerAndWait parents (hundreds of blocking waitpoint rows)
don't hit the 5s Prisma default and land in DLQ. Also removes a duplicate
post-send debug log, collapses a no-op re-spread in createExecutionSnapshot,
and documents that attemptSucceeded callers must pass a plain client.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent eee5d58 commit 9e1d3a6
3 files changed
Lines changed: 10 additions & 10 deletions
File tree
- internal-packages/run-engine/src/engine/systems
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
| 494 | + | |
499 | 495 | | |
500 | 496 | | |
501 | 497 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
691 | 694 | | |
692 | 695 | | |
693 | 696 | | |
| |||
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
887 | 893 | | |
888 | 894 | | |
889 | 895 | | |
| |||
914 | 920 | | |
915 | 921 | | |
916 | 922 | | |
917 | | - | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | 923 | | |
923 | 924 | | |
924 | 925 | | |
| |||
0 commit comments