-
Notifications
You must be signed in to change notification settings - Fork 8
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
ECONNRESET on blobClient.putFile #240
Comments
(I suspect this is due to the uploaded file being too large) |
@kecso - Any updates/thoughts on this? |
@kecso Yes, I'm also seeing that GetCifarData operation succeeds in downloading the dataset but fails while uploading to the blob storage. Is this something easily fixable? I guess to reproduce it you might try running the GitCifarData example or just create a pipeline with only that operation in it (with the latest deepforge repo.) -- choose "WebGME Blob storage" as the storage adapter in the pipeline execution. |
It looks like this happens pretty consistently after 30 seconds so I suspect it is a request timeout setting somewhere... |
I think this might be related (and I think I already talked to @kecso about it) but I wanted to post it anyway: |
Uploading files to the GME blob can sometimes result in ECONNRESET errors which has been causing downstream issues like deepforge-dev/deepforge#1866
The text was updated successfully, but these errors were encountered: