-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
[PR] Configure session timeous globally #377
Labels
Comments
kopf-archiver
bot
changed the title
[archival placeholder]
[PR] Configure session timeous globally
Aug 19, 2020
jumpojoy
added a commit
to jumpojoy/kopf
that referenced
this issue
Jan 15, 2025
Introduce new operator settings which allows to configure global session timeouts. Implement default timeouts as total_timeout: 600sec sock_connect_timeout: 60sec sock_read_timeout: 60sec connect_timeout: 60sec Closes: nolar#377
jumpojoy
added a commit
to jumpojoy/kopf
that referenced
this issue
Jan 15, 2025
Introduce new operator settings which allows to configure global session timeouts. Implement default timeouts as total_timeout: 600sec sock_connect_timeout: 60sec sock_read_timeout: 60sec connect_timeout: 60sec Closes: nolar#377
jumpojoy
added a commit
to jumpojoy/kopf
that referenced
this issue
Jan 16, 2025
Closes: nolar#377 Signed-off-by: Vasyl Saienko <[email protected]>
jumpojoy
added a commit
to jumpojoy/kopf
that referenced
this issue
Jan 16, 2025
Closes: nolar#377 Signed-off-by: Vasyl Saienko <[email protected]>
jumpojoy
added a commit
to jumpojoy/kopf
that referenced
this issue
Jan 16, 2025
Closes: nolar#377 Signed-off-by: Vasyl Saienko <[email protected]>
jumpojoy
added a commit
to jumpojoy/kopf
that referenced
this issue
Jan 16, 2025
Closes: nolar#377 Signed-off-by: Vasyl Saienko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously timeouts were configured only for watching requests, this patch
make them configured directly in session constructor.
The text was updated successfully, but these errors were encountered: