feat(handlers): attempt to cancel ongoing imports during graceful shutdown
Context
This MR allows registry instances that are being shutdown to cancel ongoing imports and notify rails that the imports were canceled. This enables rails to more quickly resume imports that were interrupted in this way.
The best attempts were made to avoid altering import logic and to prevent errors with this code from preventing imports to take place.
Edited by Hayley Swimelar