dwavesystems / dwave-inspector

D-Wave Problem Inspector
https://docs.ocean.dwavesys.com/projects/inspector/
Apache License 2.0
8 stars 17 forks source link

Use `dwave.cloud.auth.server.BackgroundAppServer` introduced in cloud-client 0.11 #165

Closed randomir closed 6 months ago

randomir commented 1 year ago

BackgroundAppServer implementation is superior to the existing implementation (e.g. it's multi-threaded, so it handles requests in parallel).