Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Retry npm install during deployment process #235

Merged
merged 1 commit into from
Jul 15, 2016

Conversation

gregarndt
Copy link
Contributor

There are times where there might be an issue contact npm where a retry
would help. This is specifically useful in the case where there is a
connection reset.

There are times where there might be an issue contact npm where a retry
would help.  This is specifically useful in the case where there is a
connection reset.
@taskcluster-ci
Copy link

@petemoore
Copy link
Member

@gregarndt should we merge this in now? Thanks!

npm install --production

retry_count=0
max_retries=5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we bump this a little higher just to be super-safe?

@petemoore petemoore merged commit ed4e0dc into taskcluster:master Jul 15, 2016
@petemoore
Copy link
Member

From irc:

17:56 <pmoore> ah should i merge https://github.com/taskcluster/docker-worker/pull/235 ?
18:00 <garndt> Feel free to merge it

imbstack pushed a commit to taskcluster/taskcluster that referenced this pull request May 5, 2020
From irc:
```
17:56 <pmoore> ah should i merge taskcluster/docker-worker#235 ?
18:00 <garndt> Feel free to merge it
```
imbstack pushed a commit to taskcluster/taskcluster that referenced this pull request May 7, 2020
From irc:
```
17:56 <pmoore> ah should i merge taskcluster/docker-worker#235 ?
18:00 <garndt> Feel free to merge it
```
imbstack pushed a commit to taskcluster/taskcluster that referenced this pull request May 7, 2020
From irc:
```
17:56 <pmoore> ah should i merge taskcluster/docker-worker#235 ?
18:00 <garndt> Feel free to merge it
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants