Fix: Issue where Armada hangs waiting for pods

This also hopefully provides better logging when waiting for pods.

Closes #194

Change-Id: I3704ff004c35c8ecf90555d16e42f15d24284492
This commit is contained in:
Mark Burnett
2018-02-15 11:54:03 -06:00
parent ff2c7d0951
commit e0b04e829b
11 changed files with 180 additions and 59 deletions

View File

@@ -102,6 +102,7 @@ class Apply(api.BaseResource):
except exceptions.ManifestException as e:
self.return_error(resp, falcon.HTTP_400, message=str(e))
except Exception as e:
self.logger.exception('Caught unexpected exception')
err_message = 'Failed to apply manifest: {}'.format(e)
self.error(req.context, err_message)
self.return_error(