-
Notifications
You must be signed in to change notification settings - Fork 19
Delay before pausing #43
Comments
It's definitely doable (and something we were planning), though I think it'll be handled in Knative Serving rather than here. |
Thanks for this quick reply. Would you like me to create the issue at Knative serving? |
No, I think it's fine here. |
This issue is stale because it has been open for 90 days with no |
/reopen |
@psschwei: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/lifecycle frozen |
hi, my container is an image processing application, it takes 30s to start up. However I see "queue-proxy" container launches immediately so it make pod goes to a frozen state while my container hasn't started up yet. |
@kiemtcb as all pods are initially frozen. you might unfortunately have found a scenario where the freezer's default behavior isn't ideal... |
Closing this as we're archiving this repo (as discussed in #217 ) |
Would it be possible, now or in the near future, to specify a delay between the last request to the pod and its pause? This would be to avoid unnecessary successive pause/unpause in case of batch for example.
The text was updated successfully, but these errors were encountered: