Radomir Stevanovic

Results 142 issues of Radomir Stevanovic

Needed for #439, but also to allow for finer granularity of timeouts. We could introduce two new options and/or support a tuple for `request_timeout` (similar to the requests lib). See...

feature

Currently, hostname resolution is done implicitly via `requests` -> `urllib3` -> `http.client` -> `socket`. Connection timeout does not include the DNS timeout, so requests on a system with broken DNS...

feature

Running the `tests.test_solver.Submission.test_cancel_batch` test, sometimes causes CPU and/or memory usage to increase to 100%/3-4GiB during prolonged test time of few minutes. Usually the test runs within 1m, but it has...

bug

At bare minimum, include a _site local_ directory, e.g. virtual environment's data directory. Additionally, support a _list_ of search paths in `DWAVE_CONFIG_FILE` environment variable, and/or `config_file` kwarg. Optionally, implement another...

Solver (client init / solver fetch / config / env) can be defined in multiple ways: - as a dict of features - as a string name - as a...

Expose params that control polling, multipart upload, etc. in `Client` constructor, factory and configuration (at least file, maybe also environment variables).

feature

Instead of using (several) thread pools per `Client` instance, share them among all clients in a thread, or even among `(endpoint, token)` clients in a thread.

After `Client.close()`: - all workers have to be killed, immediately if user doesn't want to wait for results (which they are now too, but in a blocking manner) - all...

Issue initially raised in https://github.com/dwavesystems/dwave-system/issues/88.