You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Sorry if this exists, I couldn't find it when searching through the docs/source.)
Is it possible to add an option to set the lock timeout for atlas schema apply?
I have a use case for some high write-throughput tables where we need to run with a very low lock timeout to prevent performance issues (basically we use this workflow with a low lock timeout that retries until it can safely get the lock and apply the change).
The text was updated successfully, but these errors were encountered:
The lock-timeout defines the maximum duration that Atlas waits to acquire an advisory lock before starting the migration, ensuring that there are no concurrent runs. It does not set the session/transaction lock_timeout.
This flag name is ambiguous, so I think we should change it to wait_timeout instead.
(Sorry if this exists, I couldn't find it when searching through the docs/source.)
Is it possible to add an option to set the lock timeout for
atlas schema apply
?I have a use case for some high write-throughput tables where we need to run with a very low lock timeout to prevent performance issues (basically we use this workflow with a low lock timeout that retries until it can safely get the lock and apply the change).
The text was updated successfully, but these errors were encountered: