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 97838df commit 2bbdaeeCopy full SHA for 2bbdaee
internal-packages/run-engine/src/engine/systems/waitpointSystem.ts
@@ -510,11 +510,6 @@ export class WaitpointSystem {
510
await this.$.runLock.lock([runId], 5000, async () => {
511
const snapshot = await getLatestExecutionSnapshot(this.$.prisma, runId);
512
513
- this.$.logger.debug("continueRunIfUnblocked", {
514
- runId,
515
- snapshot,
516
- });
517
-
518
//run is still executing, send a message to the worker
519
if (isExecuting(snapshot.executionStatus)) {
520
const result = await this.$.runQueue.reacquireConcurrency(
0 commit comments