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

How to start more than one processes for a single task? #131

Closed
hebrd opened this issue Sep 1, 2022 · 2 comments
Closed

How to start more than one processes for a single task? #131

hebrd opened this issue Sep 1, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@hebrd
Copy link
Contributor

hebrd commented Sep 1, 2022

Is it possible to start multiple process for a single task? Start multiple client would be not so convenient

@gardusig
Copy link
Contributor

gardusig commented Sep 1, 2022

Hey @BrandonDotLin, we're working on some improvements for that, your issue should be fixed by #130 merge.

In the meantime, there is a documentation on how to parallelization with multiple workers.

Long short story - just append as many workers as needed. Each one will work as an independent process, regardless of the task name.

@gardusig gardusig added the enhancement New feature or request label Sep 1, 2022
@gardusig gardusig self-assigned this Sep 1, 2022
@gardusig gardusig linked a pull request Sep 1, 2022 that will close this issue
@hebrd
Copy link
Contributor Author

hebrd commented Sep 2, 2022

This solved my problem. Thanks for your useful information.

@hebrd hebrd closed this as completed Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants