fail quick connect closed on an unreachable valkey and restore the idempotent exchange
This commit is contained in:
@@ -131,6 +131,8 @@ public class ExceptionMiddleware
|
||||
FileNotFoundException => StatusCodes.Status404NotFound,
|
||||
ResourceNotFoundException => StatusCodes.Status404NotFound,
|
||||
MethodNotAllowedException => StatusCodes.Status405MethodNotAllowed,
|
||||
ConflictException => StatusCodes.Status409Conflict,
|
||||
ServiceUnavailableException => StatusCodes.Status503ServiceUnavailable,
|
||||
_ => StatusCodes.Status500InternalServerError
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user