-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gadget 1.20 #25
base: main
Are you sure you want to change the base?
Gadget 1.20 #25
Conversation
I think the only worry here is what if the ctx is about to expire (instead of having already expired). If the deadline just has 500ms left, it will fail the first time we try and use it. Does this code get retried in case of a ctx deadline timeout? |
Good point, they don't retry if it fails:
Want me to change this to always use the new context? EDIT: I made a PR for this here |
add: logging for debugging
This PR shows the diff between our 1.20 fork and main (Fission 1.20.1)
I cherry picked every commit from our 1.19 branch except for: