ideal-co/ogre

Handle Docker Daemon Restarts Gracefully

Open

#20 opened on May 21, 2020

 (0 comments) (0 reactions) (0 assignees)Go (2 forks)auto 404
buggood first issue

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

Given we rely on the docker socket to do :all-the-things: we need to gracefully handle the possibility that the daemon may be restarted or stopped. We should try to reconnect for some amount of time before giving up and should do so in some exponential back off.

Contributor guide