diff --git a/README.md b/README.md index 9bb6c3f9a..aeae03870 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ start the workers: ``` STACK=prod python -m workers.diffsworker -D -STACK=prod python -m workers.dockerfilebuild -D STACK=prod python -m workers.webhookworker -D ``` diff --git a/endpoints/api.py b/endpoints/api.py index 92f0f5472..4372c9774 100644 --- a/endpoints/api.py +++ b/endpoints/api.py @@ -1234,7 +1234,7 @@ def request_repo_build(namespace, repository): 'build_uuid': build_request.uuid, 'namespace': namespace, 'repository': repository, - })) + }), retries_remaining=1) log_action('build_dockerfile', namespace, {'repo': repository, 'namespace': namespace, diff --git a/static/directives/header-bar.html b/static/directives/header-bar.html index acb0ecd95..bcecd7664 100644 --- a/static/directives/header-bar.html +++ b/static/directives/header-bar.html @@ -15,7 +15,7 @@