tarantool / migrations

BSD 2-Clause "Simplified" License
21 stars 5 forks source link

Allow slow migrations #66

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Module forbids to run migrations which are longer than one hour per storage https://github.com/tarantool/migrations/blob/9b06e6331c9240c140b5d42487964c58fc16eb54/migrator/init.lua#L73

The value is hardcoded and cannot be changed. We should make it configurable, if possible, or at least make the threshold bigger, since https://github.com/tarantool/migrations/blob/9b06e6331c9240c140b5d42487964c58fc16eb54/migrator/init.lua#L72 it seems that the meaning of timeout = 3600 was supposed to be "timeout is infinity".