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
Hi @dhermes, the context provided to Start is used as the base context for all other contexts in River, including the one provided to jobs. You should still see any context values present when your job runs.
Similar to how it works on an
http.Server
(https://pkg.go.dev/net/http#Server)Context: In our codebase we put some helpful logging-related values on a root context and then send that through into various handlers.
The text was updated successfully, but these errors were encountered: