You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 callingQueue.Enqueue
. This should make the job graph system a bit more efficient because it should avoid transferring data to another CPU core.The text was updated successfully, but these errors were encountered: