Skip to content

Commit

Permalink
docs: fix (#674)
Browse files Browse the repository at this point in the history
Co-authored-by: o-az <[email protected]>
  • Loading branch information
0xOlias and o-az authored Feb 29, 2024
1 parent d0495eb commit b0c39a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/guides/production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ After a moment, your Ponder service should redeploy successfully. Check the **Bu

### Zero-downtime deployments

Ponder supports zero-downtime deployments by waiting until all events have been processed before responding as healthy. To support long-running backfills, Ponder apps will begin responding as healthy _before_ the backfill is complete if it exceeds the `maxHealthcheckDuration`. This option defaults 240 seconds (4 minutes), and is configurable using [`options.maxHealthcheckDuration`](/api-reference/ponder-config#options).
Ponder supports zero-downtime deployments by waiting until all events have been processed before responding as healthy. To support long-running backfills, Ponder apps will begin responding as healthy _before_ the backfill is complete if it exceeds the `maxHealthcheckDuration`. This option defaults 240 seconds (4 minutes), and is configurable using [`options.maxHealthcheckDuration`](/api-reference/config#options).

If you're using Railway, Ponder will set `maxHealthcheckDuration` automatically according to the **Healthcheck Timeout** specified in your app service settings.

Expand Down

0 comments on commit b0c39a8

Please sign in to comment.