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

Process single dependent job by the same executor #26

Closed
onox opened this issue Nov 19, 2018 · 0 comments
Closed

Process single dependent job by the same executor #26

onox opened this issue Nov 19, 2018 · 0 comments

Comments

@onox
Copy link
Owner

onox commented Nov 19, 2018

If an executor in package Orka.Jobs.Executors has processed a job and this job has only 1 dependent job (that is, Job.Dependent /= Null_Job and Jobs.Empty), then process this job on the same executor instead of enqueuing it by calling Queue.Enqueue. This should make the job graph system a bit more efficient because it should avoid transferring data to another CPU core.

@onox onox added this to the 1.0 milestone Nov 20, 2018
@onox onox removed this from the 1.0 milestone Nov 28, 2018
@onox onox closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant