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

Allow running workers in sub-processes #3

Open
EugeneKostrikov opened this issue May 26, 2016 · 0 comments
Open

Allow running workers in sub-processes #3

EugeneKostrikov opened this issue May 26, 2016 · 0 comments

Comments

@EugeneKostrikov
Copy link

Currently all workers started by monq are running within single process. This puts certain limitations on the level on control monq has over the workers. For instance there's no way to interrupt a job as it runs, it's hard to utilise multi-core hardware while keeping the order of job etc.

A possible solution for it is to run separate workers as sub-processes. This way they can be esily killed completely interrupting job execution, have less impact on each other, monitored better etc.

To limit the scope for this issue we should only implement workers as sub-processes here.

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