Restart Blimp engine within Docker container if it exits cleanly |
|||
Issue descriptionCurrently, if the Blimp engine exits cleanly (ie. with a zero return code), the entire Docker container it runs in gets torn down. This is actually expected behavior (happening when a connection gets torn down), and causes our Docker containers to get restarted too much. Instead, we should restart the engine within the Docker container if there's a clean exit. If the engine ever exits with a nonzero return code, however, we should bomb out.
,
Mar 30 2016
,
Dec 9 2016
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Mar 30 2016