Skip to content

Commit

Permalink
chore: add 544 error description
Browse files Browse the repository at this point in the history
  • Loading branch information
phamhieu committed Jun 5, 2023
1 parent 1d5a53e commit e9896d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/docs/pages/guides/platform/http-status-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ The project the request was being made against has been paused. The project cann

Free-plan projects may be paused due to inactivity, on request by the owner, or in rare instances, due to abuse.

#### 544 Project API Gateway Timeout

The request is not completed within the configured time limit.

The timeout limit is set to prevent long-running queries which can cause performance issues, increase latency, and potentially even crash the project.

export const Page = ({ children }) => <Layout meta={meta} children={children} />

export default Page

0 comments on commit e9896d0

Please sign in to comment.