[bisq-network/bisq-markets] https://markets.bisq.network/ is often down those last days (#19)

dan-da notifications at github.com
Wed Jul 17 05:37:00 UTC 2019


I have no access to server or github repo, so nothing I can really do about it.

Ping @Emzy.

just a hunch... It may be worth looking at the size of the json files (esp trades.json) generated by the bisq stats node and associated processing times.  trades.json stores all-time history and the file is re-written (I believe) after every trade, or possibly on a timer.   It then must be read, parsed, and cached by the PHP app.  With enough cumulative trades, this could become a real bottleneck.   I don't know if bisq is at that point yet, or it is something else.

An improvement would be to write daily or even hourly trade.json files, so that only the current file is written to and (re-) parsed by php app when a new trade happens.  Or possibly even one file per trade.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-markets/issues/19#issuecomment-512109604
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190716/0d193fa5/attachment.html>


More information about the bisq-github mailing list