You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: