Skip to content

Commit

Permalink
Updated readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 17, 2023
1 parent 7d23257 commit 5f766d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ For HTTP connections, Redis, and other services, check out [this guide](https://
## Lock Timeout Retries [experimental]
There’s the option to automatically retry statements in migrations when the lock timeout is reached. Here’s how it works:
There’s the option to automatically retry statements for migrations when the lock timeout is reached. Here’s how it works:
- If a lock timeout happens outside a transaction, the statement is retried
- If it happens inside the DDL transaction, the entire migration is retried (only applicable to Postgres)
Expand Down

0 comments on commit 5f766d1

Please sign in to comment.