Giter Club home page Giter Club logo

Comments (4)

randomir avatar randomir commented on July 30, 2024

"Easier to ask for forgiveness than permission". :)
The Connection constructor only initializes the connection object (with url, token, etc). The first actual connect attempt is on Connection.solver_names()/Connection.get_solver()/Future.result().

This actually makes sense, because the only reliable way to test for validity of url/token/proxies is to try to connect to the API.

from dwave-cloud-client.

ccoffrin avatar ccoffrin commented on July 30, 2024

Ok. Follow up question, given an initialized connection object, what is the proper way to test if the connection parameters are valid?

from dwave-cloud-client.

randomir avatar randomir commented on July 30, 2024

The pythonic way would be to just go ahead and do an API request, e.g. Connection.solver_names(), assuming it will succeed, and catch any network/token exceptions which would signal a bad url/token.

If each call to SAPI had a very large cost associated with it (e.g. time to success/failure), a "ping"/"verify" endpoint would then be useful. But currently, Connection.solver_names()/Connection.get_solver() can be regarded as such low cost "canary" endpoints.

from dwave-cloud-client.

ccoffrin avatar ccoffrin commented on July 30, 2024

Ok, I'll close this issue then.

from dwave-cloud-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.