johngibb/migrate

Handle SIGINT (ctrl-c) Gracefully

Opened this issue · 0 comments

migrate should explicitly handle receiving a SIGINT (ctrl-c) command.

Proposed behavior: finish running the current migration, then abort before running any more. If ctrl-c is received twice, abort immediately with an exit code.