Skip to content

Allow slow migrations #66

Closed
Closed
@DifferentialOrange

Description

@DifferentialOrange

Module forbids to run migrations which are longer than one hour per storage

local applied_migrations, err = conn:call('__cluster_rpc_call_local', { 'migrator', 'upgrade' }, {timeout = 3600})

The value is hardcoded and cannot be changed. We should make it configurable, if possible, or at least make the threshold bigger, since

-- migrations might take long time, so net.box timeout should be disabled

it seems that the meaning of timeout = 3600 was supposed to be "timeout is infinity".

Metadata

Metadata

Labels

bugSomething isn't workingteamE

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions