Skip to content

Improve graceful shutdown handling

Hayley Swimelar requested to merge graceful-shutdown into master

This MR improves the handling of planned registry shutdowns.

The improvements of this MR are

  1. The registry attempts to close database connections on graceful shutdown.
  2. The number of signals that trigger a graceful shutdown are expanded.
  3. The app will always log when shutdown from a signal. Helpful for cases such as: gitlab#267789 (comment 431254702)

Merge request reports