piker/piker/brokers
Tyler Goodlet d5d68f75ea ib: only raise first quote timeout err after tries
Previously we were actually failing silently too fast instead of
actually trying multiple times (now we do for 100) before finally
raising any timeout in the final loop `else:` block.
2023-12-18 11:45:19 -05:00
..
binance binance: always load the `brokers.toml` file since default is `conf.toml` now 2023-10-01 17:37:09 -04:00
deribit deribit: switch to `rapidfuzz` API 2023-09-21 19:44:27 -04:00
ib ib: only raise first quote timeout err after tries 2023-12-18 11:45:19 -05:00
kraken kraken: drop now unused `rapidfuzz` import 2023-09-22 15:53:03 -04:00
__init__.py Change cached-client hit msg to runtime level 2023-07-12 08:45:55 -04:00
_daemon.py brokers._daemon: drop question-comment about enabling feed module 2023-08-25 13:33:59 -04:00
_util.py Move `broker_init()` into `brokers._daemon` 2023-06-27 13:42:08 -04:00
cli.py Temporarily use crash handler around search CLI ep 2023-09-29 14:02:17 -04:00
core.py Temporarily use crash handler around search CLI ep 2023-09-29 14:02:17 -04:00
data.py Use common `.brokers` logger in most backends 2023-05-09 14:49:26 -04:00
kucoin.py Fixup symcache annot for kucoin as well 2023-12-15 16:01:31 -05:00
questrade.py Move `._cacheables.open_cached_client()` into `.brokers` pkg mod 2023-06-27 13:41:47 -04:00
robinhood.py Use common `.brokers` logger in most backends 2023-05-09 14:49:26 -04:00