dwavesystems / dwavesystems/dwave-cloud-client

Job Fails Even with Small Batches

Open
#482 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
63
Forks
44
Avg merge
13h 45m
Merged PRs (30d)
1

Description

I've been running an algorithm for the last couple weeks and keep getting a 'RemoteDisconnected' error. The linked issue claims that the main cause of the issue is the large batch size. Through the logger I've confirmed that my posts are only 1 at a time, and the total size is less than 105KB (~1KiB). After reading through the other issues linked I'm unsure if they would help either, nor exactly how to implement them.

Is the connection error simply something that must be solved by fast, stable internet?

Original Issue:

Verified fix:
- [ ] decrease default batch size to 10 (~5 MiB for 10 full Advantage-size problems)
- [ ] ideally, limit batch size by payload bytes (default to 5 MiB)
- [ ] decouple connect from read timeout (#440), and increase the default _read timeout_ to 600 s
- [x] implement retry strategy from #414

_Originally posted by @randomir in https://github.com/dwavesystems/dwave-cloud-client/issues/439#issuecomment-720752001_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.