dwave-cloud-client icon indicating copy to clipboard operation
dwave-cloud-client copied to clipboard

Cache solver metadata

Open randomir opened this issue 1 year ago • 0 comments

Once SAPI adds support for conditional requests (rfc7232), we can use it to avoid downloading of rather big solver metadata on each Solver init.

For this, we require:

  • support for ETag and If-None-Match
  • support on /solvers/remote and /solvers/remote/<solver-id> endpoints

randomir avatar Apr 02 '24 18:04 randomir