-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make trade page handle high load (#38) #70
base: 1-8-stable
Are you sure you want to change the base?
Conversation
@ritesh-skyach the completed trades will not be displayed in the panel, under heavy load, without manual refresh of the page. |
@ritesh-skyach Please rebase. |
@yivo Sure. |
@pkucherenk0 I have tested this and not facing such issue, Can you please let me know what options you are using with stress test tool |
727f69b
to
a515feb
Compare
@yivo Done. |
@ritesh-skyach Im using api calls to create a lot of small orders with the same bid or ask price and then match them all, at the same time from another account. What is interesting tho, is that single matched order will be displayed in the completed orders panel right away, but after updating the page will disappear. |
@pkucherenk0, Please can you share your script which produces this issue. As I am trying to reproduce this issue on my local machine using toolbox/stress testing and was not able to reproduce this locally. |
Nice |
[WIP] Trade page is broken under high load #38