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
Follow-ups for #336 with better naming of the timeout settings.
Description
#336 was merged but not released yet, so it is fine to quickly change the names without backward compatibility implemented.
In addition, a connection timeout is added for watching streams — to distinguish it from the total timeout on the client side (which is supposed to be infinite in a perfect world). The connection timeout is needed to handle the cases of broken networking in some cluster setups — for which kopf.config.WatchersConfig.session_timeout was originally introduced in #322 .
What do these changes do?
Follow-ups for #336 with better naming of the timeout settings.
Description
#336 was merged but not released yet, so it is fine to quickly change the names without backward compatibility implemented.
In addition, a connection timeout is added for watching streams — to distinguish it from the total timeout on the client side (which is supposed to be infinite in a perfect world). The connection timeout is needed to handle the cases of broken networking in some cluster setups — for which
kopf.config.WatchersConfig.session_timeout
was originally introduced in #322 .Issues/PRs
Type of changes
Checklist
CONTRIBUTORS.txt
The text was updated successfully, but these errors were encountered: