Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPIPE or timeout when deploying large amounts of files #97

Open
xizhao opened this issue Sep 15, 2013 · 0 comments
Open

EPIPE or timeout when deploying large amounts of files #97

xizhao opened this issue Sep 15, 2013 · 0 comments

Comments

@xizhao
Copy link

xizhao commented Sep 15, 2013

It looks like after I deploy a bunch of files, the upload consistently fails after an (x) amount of time non-specific to the file it is deploying.

I get an

events.js:69
        throw arguments[1]; // Unhandled 'error' event
                   ^
Error: write EPIPE
   at errnoException (net.js:850:11)
   at Object.afterWrite (net.js:669:19)
   at process._makeCallback (node.js:324:24)

I am deploying to s3, my user I configured has full read/write access to the bucket, no timeout has been set in any policy to my knowledge (default config). If this isn't easily fixed, I would at least like to be able to "continue where I left off" if an error happens, as that won't be an ideal solution but would still work if it is a timeout issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant