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
ProfiledScheduledThreadPoolExecutor doesn't provide indicator for maxPoolSize, which is the threadPoolSize variable in our case. I think it was made intentionally because it's client-side property, so client better knows is it necessary to profile it or not.
I think we need to profile this property, it will help us debug DJM.
The text was updated successfully, but these errors were encountered:
ProfiledScheduledThreadPoolExecutor doesn't provide indicator for maxPoolSize, which is the threadPoolSize variable in our case. I think it was made intentionally because it's client-side property, so client better knows is it necessary to profile it or not.
I think we need to profile this property, it will help us debug DJM.
The text was updated successfully, but these errors were encountered: