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

Improve Background Service Infra #9772

Open
aishwaryabh opened this issue Jan 5, 2024 · 0 comments
Open

Improve Background Service Infra #9772

aishwaryabh opened this issue Jan 5, 2024 · 0 comments

Comments

@aishwaryabh
Copy link
Contributor

What problem would the feature you're requesting solve? Please describe.

In this ICM, the TokenExpirationService error'ed out due to a parsing error which caused the entire app to go down. This should not be the case, so we should consider refactoring our background service infra.

Describe the solution you'd like

Have a background service infra that all background services can implement which allows them to overload some APIs and ensure that it will not crash.

Describe alternatives you've considered

Fixing the TokenExpirationService by adding a try/catch, but ideally all background services should have similar infra for error catching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant