You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: thread actor_id through job worker → fn-app → fn-runtime
- Add actor_id to JobRow interface (worker reads from top-level column)
- Send X-Actor-Id header from worker to cloud functions
- Read and forward X-Actor-Id in fn-app (including callbacks)
- Expose actorId in FunctionContext.job for function handlers
- Update E2E test Job interface and addJob to use new 2-arg signature
- Update CLAUDE.md SQL example for new add_job signature
0 commit comments