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

Multithreaded farming cluster services #2849

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

nazar-pc
Copy link
Member

@nazar-pc nazar-pc commented Jun 14, 2024

Cluster components were originally designed to support multi-threaded listening for messages, so I think it is time to take advantage of that. Some users are running setups with hundreds of farms across multiple machines in local network and during bursts of activity having more listeners to respond might improve general performance and reliability.

Updated tokio to fix tokio-rs/tokio#6634

Code contributor checklist:

@nazar-pc nazar-pc force-pushed the multithreaded-farming-cluster-services branch from 0ff84b6 to d1242d9 Compare June 14, 2024 00:24
@nazar-pc nazar-pc added this pull request to the merge queue Jun 14, 2024
Merged via the queue into main with commit d1af0db Jun 14, 2024
11 checks passed
@nazar-pc nazar-pc deleted the multithreaded-farming-cluster-services branch June 14, 2024 09:52
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

Successfully merging this pull request may close these issues.

Interval panics with Duration::MAX
2 participants