Skip to content

Commit

Permalink
add note about required storage backend
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Dec 18, 2024
1 parent 910838e commit 89bb2a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/deployment/run-retries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: Automatically retry Dagster runs

# Run Retries

<notebook>
This feature requires a PostgreSQL or MySQL storage backend.
</Note>

If you configure run retries, a new run will be kicked off whenever a run fails for any reason. Compared to [op retries](/concepts/ops-jobs-graphs/op-retries), the maximum retry limit for run retries applies to the whole run instead of each individual op. Run retries also handle the case where the run process crashes or is unexpectedly terminated.

## Configuration
Expand Down

0 comments on commit 89bb2a8

Please sign in to comment.