Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actors/runner/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ if (apifyToken && actorRunId) {
// /run-eval-scenario skill) can read the anchor without entering
// the runner container. Reuse buildRunnerStartedPayload so the
// KVS payload and the on-disk file cannot drift on the `source` string.
await Actor.setValue('RUNNER-STARTED-AT', buildRunnerStartedPayload(runnerStartedAt), { contentType: 'application/json' });
await Actor.setValue('RUNNER-STARTED-AT', buildRunnerStartedPayload(runnerStartedAt));
log.info(`[runner-started] ${runnerStartedAt} (single-clock anchor for checkpoint scripts)`);
}
} else if (!apifyToken) {
Expand Down
Loading