dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Job Fails Even with Small Batches #482

Open tcoulvert opened 3 years ago

tcoulvert commented 3 years ago

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:

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

randomir commented 3 years ago

Extending read timeout after we implement #440 would be worth trying in cases of low bandwidth and/or high latency. We'll have that available soon for you to try (if you don't mind installing from source on master).