Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.

No thread mode#6

Open
hellupline wants to merge 2 commits intoursm:masterfrom
hellupline:no-thread-mode
Open

No thread mode#6
hellupline wants to merge 2 commits intoursm:masterfrom
hellupline:no-thread-mode

Conversation

@hellupline
Copy link
Copy Markdown

for better scalability control, it's better if the worker run on single thread

--max-threads=N cannot be used because the worker will consume all the messages, and reschedule then, running with --no-threads will block after each process, and not collecting the next message till ready to process it

@vinibrsl
Copy link
Copy Markdown

vinibrsl commented Jun 1, 2018

That's what I was looking for!!! :shipit:

@hellupline hellupline mentioned this pull request Jun 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants