migrate
migrate copied to clipboard
Handle SIGINT (ctrl-c) Gracefully
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.