docs/compose
Mazz Mosley 294b9742be Handle all exceptions
If we get back an error that wasn't an APIError, it was causing the
thread to hang. This catch all, while I appreciate feels risky to
have a catch all, is better than not catching and silently failing,
with a never ending thread.

If something worse than an APIError has gone wrong, we want to stop
the incredible journey of what we're doing.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-09-10 19:32:30 -04:00
..
cli Merge pull request #1777 from aanand/update-api-version 2015-07-31 15:29:44 +01:00
__init__.py Bump 1.4.0 2015-08-11 16:00:20 +01:00
config.py Fix volume path warning 2015-09-10 19:32:29 -04:00
const.py Make parallel tasks interruptible with Ctrl-C 2015-07-20 14:13:25 +01:00
container.py Merge pull request #1835 from aanand/fix-crash-when-container-has-no-name 2015-08-11 09:44:27 +01:00
legacy.py Handle case where /containers/json returns "Labels": null 2015-07-15 17:13:33 +01:00
progress_stream.py Possible division by zero error when pulling an image - fixes #1463 2015-05-26 15:34:34 -07:00
project.py Merge pull request #1835 from aanand/fix-crash-when-container-has-no-name 2015-08-11 09:44:27 +01:00
service.py Merge pull request #1846 from aanand/fix-mem-limit-options 2015-08-11 16:00:20 +01:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Handle all exceptions 2015-09-10 19:32:30 -04:00