Provide custom ThreadFactory #586
-
How can I customize the thread information in db-scheduler? |
Beta Was this translation helpful? Give feedback.
Answered by
kagkarlsson
Mar 8, 2025
Replies: 1 comment
-
You can override the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KBA2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can override the
ExecutorService
used in theSchedulerBuilder
or viaDbSchedulerCustomizer
(for spring boot)