Skip to content
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

Figure out better way to slow down messages #329

Open
stevenewald opened this issue Oct 31, 2024 · 0 comments
Open

Figure out better way to slow down messages #329

stevenewald opened this issue Oct 31, 2024 · 0 comments

Comments

@stevenewald
Copy link
Collaborator

At full speed with many bots, the exchange can easily send out more information than algorithms can process. This can be megabytes of messages per second, meaning hundreds of thousands or millions of callback calls. For the competition, this was fixed by artificially slowing the exchange a bit. We should find a better solution.

There will always be cases where user-callbacks may be too slow (while True), so we can't just wait for them all. This is a design problem, not a technical one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant