Skip to content

Update ErrMaxQueueSize to be more descriptive

Updates the error message ErrMaxQueueSize to include a reference to concurrency.

With the current error message it's not immediately obvious as to what queue limit has been reached, so this small update may help in debugging errors caused by exceeding this limit.

Merge request reports