Hi,
we are tying to implement a custom job service and we have written a widget api that schedules that job instantly when required.
Is there any way we can set the priority to that the Job
Hi,
we are tying to implement a custom job service and we have written a widget api that schedules that job instantly when required.
Is there any way we can set the priority to that the Job
Jobs do not have a priority associated to them currently. The job server, when taking available jobs, prioritizes a diverse set of job types to better enable recurring/scheduled jobs to execute on their schedule by preventing large numbers of dynamic jobs (of the same type) from saturating the available job execution thread pool.