Aiven-Open / aiven-mysql-migrate

MySQL® migration tool
Apache License 2.0
10 stars 5 forks source link

Move signals handling setup out of MySQLMigration constructor [BF-597] #14

Closed alexole closed 3 years ago

alexole commented 3 years ago

Signals handling setup will fail if migration class is created not in a main thread, so moving it into a separate function, so can be called in case of need.