-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix hardcoded background job periodic poll interval #134
Fix hardcoded background job periodic poll interval #134
Conversation
/test presubmit-nephio-go-test |
1 similar comment
/test presubmit-nephio-go-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: efiacor, kushnaidu, liamfallon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
This change makes the background job periodic polling interval configurable and matches with the repo sync interval.
This change makes the default repo sync and periodic sync intervals 10 minutes by default.
This change also hides the request-timeout parameter from the porchctl command. This is done because currently in Kubernetes source code, client context is cancelled at exactly 34 seconds - https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest.go#L53.