URL: https://github.com/SSSD/sssd/pull/5252 Author: deastoe Title: #5252: Add offline_timeout_max option to control offline interval backoff Action: opened
PR body: """ The offline_timeout period determines the minimum time between attempts of a data provider to go back online, if it is offline due to eg. unreachable servers. Each time this check fails there is a backoff factor applied meaning there can be up to 60 minutes between these attempts.
Here we introduce the offline_timeout_max option which allows the the maximum period between attempts to be defined in the configuration, instead of the default 60 minutes; therefore providing more flexibility.
Setting offline_timeout_max to 0 disables the backoff functionality.
Additionally fix two issues observed in be_ptask scheduling: - Backoff is not applied on the first re-schedule operation - The maximum backoff value (previously hardcoded) might not be reached. """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5252/head:pr5252 git checkout pr5252
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
Label: +Changes requested
URL: https://github.com/SSSD/sssd/pull/5252 Author: deastoe Title: #5252: Add offline_timeout_max option to control offline interval backoff Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5252/head:pr5252 git checkout pr5252
URL: https://github.com/SSSD/sssd/pull/5252 Author: deastoe Title: #5252: Add offline_timeout_max option to control offline interval backoff Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5252/head:pr5252 git checkout pr5252
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
Label: -Changes requested
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
Label: +Waiting for review
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
Label: -Waiting for review
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
Label: +Ready to push
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5252
* `master` * 04ea422087d76b437904be8bfea0b507a7613fc0 - data_provider_be: Add OFFLINE_TIMEOUT_DEFAULT * 904ff17cc20581d85faba3e4274d6712f4119a1b - be_ptask: backoff not applied on first re-schedule * 7807ffd7c3d25762ac760856d1f039742b7ff2b3 - be_ptask: max_backoff may not be reached * b1ef82b6bbad1930b63aa7dacab1dd3c74574884 - data_provider_be: Configurable max offline time
"""
See the full comment at https://github.com/SSSD/sssd/pull/5252#issuecomment-697319658
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
Label: +Pushed
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
Label: -Accepted
URL: https://github.com/SSSD/sssd/pull/5252 Title: #5252: Add offline_timeout_max option to control offline interval backoff
Label: -Ready to push
URL: https://github.com/SSSD/sssd/pull/5252 Author: deastoe Title: #5252: Add offline_timeout_max option to control offline interval backoff Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5252/head:pr5252 git checkout pr5252
sssd-devel@lists.fedorahosted.org