Skip to content

Commit

Permalink
Give additional retry to give enough time for docke rkill to be invoked
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Aug 14, 2015
1 parent 7780457 commit 1791e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/tasks/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def _wait_for_stop(self, name, version=None, exclude_version=None,
not in ('inactive', 'loaded', 'failed')]
if active_units:
raise self.retry(exc=NodeNotStopped(name, version, active_units),
max_retries=check_retries,
max_retries=check_retries+1,
countdown=check_interval)
get_store().add_event(
EVENT_DEPLOYMENTS_STOPPED,
Expand Down

0 comments on commit 1791e18

Please sign in to comment.