Skip to content

Commit c0ebc1c

Browse files
authored
Merge pull request #36 from constructive-io/docs/jobs-v2-readme
docs: add actorId to AGENTS.md job context
2 parents db57093 + 10c7b7c commit c0ebc1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const handler: FunctionHandler = async (params, context) => {
6868
// client/meta: GraphQL clients (tenant-scoped, created per-request)
6969
// log: structured logger
7070
// env: process.env
71-
// job: { jobId, workerId, databaseId }
71+
// job: { jobId, workerId, databaseId, actorId }
7272
return { complete: true };
7373
};
7474

0 commit comments

Comments
 (0)