Shutdown should try to recover panics #27

Closed
opened 2014-09-10 08:09:55 +00:00 by thorsten · 0 comments
thorsten commented 2014-09-10 08:09:55 +00:00 (Migrated from devops.tsommer.org)

Facts

  • If a shutdown handler tries to e.g. close an already closed channel or a database session, a panic occurs.
  • Therefore, the shutdown component should try to recover these panics to allow the system to shutdown finally.
### Facts - If a shutdown handler tries to e.g. close an already closed channel or a database session, a panic occurs. - Therefore, the shutdown component should try to recover these panics to allow the system to shutdown finally.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Go/Ocean#27
No description provided.