asmodehn / xest

Xest: Elixir client for online crypto exchanges
GNU General Public License v3.0
2 stars 9 forks source link

connector status improvement #10

Open asmodehn opened 3 years ago

asmodehn commented 3 years ago

improve connector status to be as close as possible to real world status, without hitting API rate limit of the exchange server

asmodehn commented 2 years ago

We shoud leverage the cache system for this, maybe time the status request with an exponential backoff when api rate limit is reached ?