-
Notifications
You must be signed in to change notification settings - Fork 82
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
Daemon mode #5
Comments
A cron job might be easier to do |
Definitely easier at first, but a built in daemon mode could provide more reactivity. Worth looking into anyway I think, if not just now then a tad later. |
A time based auto-rebalance will be insufficient for even small hubs. Large hubs will likely see 1000's of transactions per second... small hubs will probably see 1-10 per second. |
Yes, scheduled rebalance won't cut it long term when the network matures. |
Add a daemon mode where the tool auto rebalances every x hours or whenever an imbalance worth correcting presents itself (what this exactly means TBD)
The text was updated successfully, but these errors were encountered: