-
Notifications
You must be signed in to change notification settings - Fork 2k
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
make Timer task run as a daemon thread #20014
Conversation
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Change log will be updated after the release of 3.3.0 is done. |
…into fix-keyvault-issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/check-enforcer override |
Actually I don't like this idea, is there a way to get rid of this Timer and replace it with I can see this |
This pr is to fix a bug of KeyVault Secret starter that refresh Timer task blocks application termination. Solution is to make Timer task run in a daemon thread.