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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user