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

Provide option which keeps jobs running on current worker #1

Open
Ehesp opened this issue Jul 26, 2016 · 1 comment
Open

Provide option which keeps jobs running on current worker #1

Ehesp opened this issue Jul 26, 2016 · 1 comment

Comments

@Ehesp
Copy link
Member

Ehesp commented Jul 26, 2016

Use case:

If debugging on a cluster setup with multiple users using it, then jobs will be shared across them. Having a sticky option on a job which always runs the subsequent jobs on the server it was created from would be really handy.

@Salakar
Copy link
Member

Salakar commented Sep 29, 2016

I think there needs to be some logic around monitoring what workers are there, keeping a track of the id, the host name, pid, running jobs, active queues etc. Then something like this would be much easier to implement.

I think the implementation of this would mean having an internal queue per worker that all sticky jobs go through - would have to bypass non worker queues. Unless anyone can think of a better way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants