Is your feature request related to a problem?
OAuth tokens can expire mid-session, causing fetch/send failures.
Describe the solution you'd like
Refresh OAuth tokens proactively in the background before expiry.
Describe alternatives you've considered
Re-authenticating on failure.
Additional context
See config/oauth.go and fetcher/xoauth2.go; schedule in daemon/.
Is your feature request related to a problem?
OAuth tokens can expire mid-session, causing fetch/send failures.
Describe the solution you'd like
Refresh OAuth tokens proactively in the background before expiry.
Describe alternatives you've considered
Re-authenticating on failure.
Additional context
See
config/oauth.goandfetcher/xoauth2.go; schedule indaemon/.