Pass context.Context
as the first argument to every function within go-vela/server
#832
Labels
context.Context
as the first argument to every function within go-vela/server
#832
Description
Every function should be updated to have context.Context as the first argument.
Value
The initial use-case for this data is to enable opentelemetry to have a consistent trace ID across function calls within a single HTTP request.
Definition of Done
context.Context
has been added to every function within https://github.com/go-vela/server.Effort (Optional)
2 days
Impacted Personas (Optional)
Vela developers
The text was updated successfully, but these errors were encountered: