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
When a collapser is shutdown and requests remain in the queue a warning message is logged. Include more details about the remaining requests (class, etc, etc) to assist in debugging.
The text was updated successfully, but these errors were encountered:
"Request still in queue but not be executed due to RequestCollapser shutdown. Argument => " + request.getArgument() + " Request Object => " + request, new IllegalStateException()
I have one more small change I want to add before release 1.2.1 but will do so within the next couple hours so you can get this build into your environment for debugging.
When a collapser is shutdown and requests remain in the queue a warning message is logged. Include more details about the remaining requests (class, etc, etc) to assist in debugging.
The text was updated successfully, but these errors were encountered: