gruelbox / orko

Trade on and script multiple crypto exchanges from a single user interface on desktop and mobile. In development.
GNU Affero General Public License v3.0
179 stars 63 forks source link

Add ability to temporarily blacklist an exchange #124

Open badgerwithagun opened 5 years ago

badgerwithagun commented 5 years ago

Exchange downtimes cause huge problems for Orko, with constant stack traces from failing API calls. It'd be good to just be able to temporarily disable access to an exchange when this is happening.

Should be able to do this manually from the UI or have it trigger automatically if there are a lot of errors in the fetch thread (getting an alert and being able to reverse it from the UI).

This should be clearly shown in the UI, but perhaps keep charting visible since TradingView may still work.

badgerwithagun commented 5 years ago

Things are much better now that we back off polling/reconnection, but the ability to manually stop an exchange from being accessed at all would still be helpful.