Skip to content

Fix kas termination issue

Mikhail Mazurskiy requested to merge ash2k/fix-kas-termination into master

kas was not stopping promptly when told via a signal (e.g. SIGTERM) because the main context was not properly consulted.

Merge request reports