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(worker): add X-Entity-Id header to job dispatch pipeline
- Add entity_id to JobRow interface (worker reads from app_jobs.jobs)
- Add entityId to RequestOptions and emit X-Entity-Id header on dispatch
- Add entityId to FunctionContext.job (fn-types)
- Read X-Entity-Id header in fn-runtime context and server
- Add entityId to JobContext in fn-app, echo on responses, forward in callbacks
This completes the entity_id promotion from DB column to HTTP header,
making entity context available to cloud functions for billing/metering.
0 commit comments