Dave Protasowski
Dave Protasowski
/test all
/test https
/assign @ReToCode This doesn't fix the tests but fixes the setup
sure thanks /assign @EraKin575
It's flaky so it doesn't happen all the time. You can try to run the test many times (`-count 1000`) to see if you get a repro case.
Hey @EraKin575 any luck reproducing the problem?
Ok - I'll take a look
> However, we would like to have separate timeouts for these operations. By having separate timeouts you'll have incoming requests that are timed out earlier than `RevisionSpec.TimeoutSeconds` For example -...
I'm inclined to close out this issue given that the original reporter is saying their app is taking a long time to shutdown. I've seen this as a common pattern...
@sebastianjohnk do you have more details about your flask app? In my comment above the thread I linked someone recommended dumb-init (https://github.com/Yelp/dumb-init?tab=readme-ov-file#signal-rewriting) so that it converts SIGTERM into the right...