pomerium/internal/retry
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated (#5340)
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
..
backoff.go logging: remove ctx from global log methods (#5337) 2024-10-23 14:18:52 -06:00
config.go zero: add more verbose logging about background control loops (#4815) 2023-12-05 11:22:01 -05:00
error.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
error_test.go add retry package (#4458) 2023-11-15 09:21:56 -08:00
retry.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
retry_test.go add retry package (#4458) 2023-11-15 09:21:56 -08:00