You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I customize the thread information in db-scheduler?
Currently, it uses PrefixingDefaultThreadFactory, which relies on java.util.concurrent.Executors.defaultThreadFactory(). In my case, I need the threads that execute tasks to include custom information. What would be the best way to do it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I customize the thread information in db-scheduler?
Currently, it uses PrefixingDefaultThreadFactory, which relies on java.util.concurrent.Executors.defaultThreadFactory(). In my case, I need the threads that execute tasks to include custom information. What would be the best way to do it?
Beta Was this translation helpful? Give feedback.
All reactions