Poloniex warnings/timeouts #71
Labels
No labels
blocked
breaking
bug
dependencies
duplicate
enhancement
good first issue
help wanted
question
tech debt
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scion/arbitrader#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Very often i see poloniex warnings likes this one:
arbitrader_1 | 2019-04-15 05:01:46.556 WARN 1 --- [onPool-worker-5] c.r.arbitrader.service.TradingService : Slow Tickers! Fetched 9 tickers via parallelStream for Poloniex getTicker(): 9234 ms
arbitrader_1 | 2019-04-15 05:01:47.429 WARN 1 --- [ scheduling-1] si.mazi.rescu.ResponseReader : Noncritical error parsing error output: <html lang="en"><head>
Yeah, I get those too. A lot of the exchanges don't seem to have quite enough capacity for their APIs, so they return error pages pretty frequently. The error pages are HTML instead of JSON so the JSON parser doesn't know what to do with them. I need to catch those and print a more friendly warning message.
This looks like a duplicate of #62.