We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb23c8 commit 07fa8afCopy full SHA for 07fa8af
internal-packages/run-engine/src/engine/systems/runAttemptSystem.ts
@@ -899,7 +899,7 @@ export class RunAttemptSystem {
899
900
const failedAt = new Date();
901
902
- const retryResult = await retryOutcomeFromCompletion(prisma, {
+ const retryResult = await retryOutcomeFromCompletion(this.$.readOnlyPrisma, {
903
runId,
904
error: completion.error,
905
retryUsingQueue: forceRequeue ?? false,
0 commit comments