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 b2f2689 commit 30644f5Copy full SHA for 30644f5
internal-packages/run-engine/src/engine/systems/batchSystem.ts
@@ -23,8 +23,8 @@ export class BatchSystem {
23
id: `tryCompleteBatch:${batchId}`,
24
job: "tryCompleteBatch",
25
payload: { batchId: batchId },
26
- //2s in the future
27
- availableAt: new Date(Date.now() + 2_000),
+ //200ms in the future
+ availableAt: new Date(Date.now() + 200),
28
});
29
}
30
0 commit comments