karsonto commented on PR #4571: URL: https://github.com/apache/servicecomb-java-chassis/pull/4571#issuecomment-2445740065
> Can you briefly talk about the background of the adjustment? And why set thread daemon? The purpose of this change is to separate the scheduled jobs from the management class. The previous implementation caused the thread pool to stop working when an error occurred during thread execution.Daemon threads allow the application to exit even if these threads are still running. This is useful for background tasks that shouldn't block the application from closing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
