Skip to content
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

Configure global aiohttp session timeouts #1156

Closed
wants to merge 1 commit into from

Conversation

jumpojoy
Copy link
Contributor

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: #377

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 jumpojoy requested a review from nolar as a code owner January 15, 2025 20:02
@jumpojoy jumpojoy closed this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[PR] Configure session timeous globally
1 participant