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 2c0422c commit 9fba94aCopy full SHA for 9fba94a
apps/coordinator/src/index.ts
@@ -1446,7 +1446,7 @@ class TaskCoordinator {
1446
console.log("Manual duration checkpoint", data);
1447
1448
if (async) {
1449
- return reply.text("Creating checkpoint in the background", 202);
+ reply.text("Creating checkpoint in the background", 202);
1450
}
1451
1452
const checkpoint = await this.#checkpointer.checkpointAndPush({
@@ -1547,7 +1547,7 @@ class TaskCoordinator {
1547
console.log("Manual checkpoint", data);
1548
1549
1550
1551
1552
1553
0 commit comments