Git Product home page Git Product logo

Comments (8)

veox avatar veox commented on May 15, 2024 2

Please don't close the issue, though: the topic question is still valid.

from python3-krakenex.

veox avatar veox commented on May 15, 2024

OT: How long have you tried to wait?..

For me, all queries return a response (or raise a requests exception) within 1 minute. Most queries that would interact with Kraken's trade execution engine are "resolved" within 10-20 seconds, but quite often go up to 30.

from python3-krakenex.

Endogen avatar Endogen commented on May 15, 2024

Sorry, my bad. I get an requests error. I just didn't catch it.

requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url: https://api.kraken.com/0/private/AddOrder

Is it just me or isn't it possible right now to create an order at Kraken via API? Sorry for the mess, i do realize that this has nothing todo with my initial question...

from python3-krakenex.

veox avatar veox commented on May 15, 2024

No problem!

ATM, Kraken is indeed a mess; 502s were fairly common in recent months, but there's ample 504s and 520s now.

from python3-krakenex.

veox avatar veox commented on May 15, 2024

BTW, careful with 502s: PSA on /r/krakenex.

from python3-krakenex.

TheSeven avatar TheSeven commented on May 15, 2024

Tonight I had a situation where quite likely my internet connection was dropped while krakenex was waiting for a reply. That ended up waiting for that reply endlessly (hours), so adding a (reasonable) timeout would still be a good idea, even if this only occurs rarely.

from python3-krakenex.

moppymopperson avatar moppymopperson commented on May 15, 2024

I sometimes have the same problem as @TheSeven. I run a script that queries the public endpoint for the current price at regular intervals, and occasionally I’ll get a response that never comes back. Currently I have to manually inspect and reset, but I’d really like to handle it with a timeout to just give up and move on.

from python3-krakenex.

veox avatar veox commented on May 15, 2024

PR #77 has been merged - introducing a timeout arg to the query_{public,private} functions.

The value passed should be a number (int or float).

For now, there is no way to set a default timeout (for all queries and/or connection opening).

from python3-krakenex.

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.