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
Thank you for reporting. If the ExecutorService is externally managed, I don't think we know anything about number of threads, so the solution here is probably to only log if not externally managed.. (maybe also see if there are other important configuration parameterns that could be logged)
Expected Behavior
The log message on Scheduler.build() prints out the number of threads from default value (
executorThreads
), not from the real executor service used.Current Behavior
The text was updated successfully, but these errors were encountered: