Closed adamranderson closed 1 year ago
I cleaned it up a bit myself rather than commenting on the PR. Sometimes that is quicker than the regular PR ping-pong :). Thank you for contributing 👍
🎉 This issue has been resolved in v12.4.0
(Release Notes)
Brief, plain english overview of your changes here
Candidate provided dueExecutor and houseKeeperExecutor.
Issue: https://github.com/kagkarlsson/db-scheduler/issues/392
This helps db-scheduler work when applications use ThreadLocals or MDC. These applications have to implement custom thread pool or decorator patterns to manage state across threads. For just one example see
decorateTask
in ScheduledThreadPoolExecutor.Reminders
mvn spotless:apply
cc @kagkarlsson