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

Submitting large batch of jobs fails on slow network #439

Open
randomir opened this issue Nov 2, 2020 · 1 comment
Open

Submitting large batch of jobs fails on slow network #439

randomir opened this issue Nov 2, 2020 · 1 comment
Labels

Comments

@randomir
Copy link
Member

randomir commented Nov 2, 2020

Default batch size is 20 problems. Submitting 20 full-size problems to an Advantage system/solver amounts to a single SAPI (POST) request with a 9MB payload. That's almost double the part size in the multipart upload scheme we use. Also, on a typical ADSL line, that's over a minute of upload time.

It has been observed such a slow upload request can fail with:

OSError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
@randomir
Copy link
Member Author

randomir commented Nov 2, 2020

Verified fix:

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

No branches or pull requests

1 participant