You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I realized that WSO2 pod is taking some fixed time like 3 mins to be ready. And the reason could be readinessProbe.initialDelaySeconds. Can't we have WSO2 Kubernetes manifest have startupProbe instead?
The reason why I suggest this is that, startupProbe should give this problem dynamic and flexible time to be ready just depends on the machine spec and the time that some WSO2 processes actually take.
Steps to reproduce:
Restart the Deployment resource of APIM.
Related Issues:
The text was updated successfully, but these errors were encountered:
matoruru
changed the title
WSO2 APIM pod takes a fixed time to be ready due to initialDelaySeconds
WSO2 APIM pod takes a fixed time to be ready due to initialDelaySecondsDec 22, 2023
Description:
I realized that WSO2 pod is taking some fixed time like 3 mins to be ready. And the reason could be
readinessProbe.initialDelaySeconds
. Can't we have WSO2 Kubernetes manifest havestartupProbe
instead?The reason why I suggest this is that,
startupProbe
should give this problem dynamic and flexible time to be ready just depends on the machine spec and the time that some WSO2 processes actually take.Reference: playground-prove-initialdelayseconds-is-bad-startupprobe-is-better
Suggested Labels:
Suggestion, Improvement
Suggested Assignees:
@matoruru
Affected Product Version:
Not sure
OS, DB, other environment details and versions:
Steps to reproduce:
Restart the Deployment resource of APIM.
Related Issues:
The text was updated successfully, but these errors were encountered: