Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://agpt.co
Other
168.18k stars 44.37k forks source link

Implement token refresh mechanisms for each service #7820

Closed aarushik93 closed 3 weeks ago

aarushik93 commented 2 months ago

background jobs for token expiration checks and automated refreshes (k8s cronJobs)

Pwuts commented 2 months ago

@aarushi.kansal do you think we could instead do "lazy" token refresh: refreshing it if needed when the token is about to be used? This could make it all a bit simpler, at least for an initial implementation.

Pwuts commented 3 weeks ago

Lazy token refresh implemented in #8191