Open
Description
Description
The operator should timeout if a request is taking too long
Notes
- Probably want to use
context.Context
: create newContext
for every request, and that context gets sent down to all downstream async requests (e.g. uploading to S3) to determine timeout - errgroup supports
context.Context