Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeTupchiy committed Mar 29, 2024
1 parent 42af1f9 commit 6cdf876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changes/ce/fix-12814.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Handle several errors in `/clients/{clientid}/mqueue_messages` and `/clients/{clientid}/inflight_messages` APIs:

- Internal timeout, which means that EMQX failed to get the list of Inflight/Mqueue messages within the default timeout of 5 s. This error may occur when the system is under a heavy load. The API will return 500 `{"code":"INTERNAL_ERROR","message":"timeout"}` response and log additional details.
- Client shutdown. The error may occur if the client connection is shutdown during the API call. The API will return 404 `{"code": "CLIENT_SHUTDOWN", "message": "Client connection has been shutdown"}` response in this case.

0 comments on commit 6cdf876

Please sign in to comment.