-
At the moment, when all workers are busy and the wait timeout is exceeded, a 500 Server Error response without body is returned. I'd like to change the response for that specific error to a 503 Service Unavailable and add a json body. Is that possible? |
Beta Was this translation helpful? Give feedback.
Answered by
rustatian
Jul 18, 2023
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately it's not possible to return a body with this kind of error at the moment. However, you can create a feature request and if the community supports this ticker, I'd be happy to implement it.