Passing context.Context to Helper methods #442
matejvasek
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Passing context.Context to the helper methods would make them cancellable.
Some helper implementation like aws ecr may hang for a long time on some network timeouts. It would be neat we could limit that via some context.
All reactions