Hi Guys,
I have been looking into schedule jobs and I could not find what order they are executed or if there an mechanisms that can tell Sugar that job x only can be executed when job 1 was executed 1st.
I have look into the documentation and there does not state this functionality exists, is there any plans to create ?
- SugarJobQueue : Implements the queue functionality. The queue contains the various jobs.
- SchedulersJob : A single instance of a job. This represents a single executable task and is held in the SugarJobQueue.
- Scheduler : This is a periodically occurring job.
- SugarCronJobs : The cron process that uses SugarJobQueue to run jobs. It runs periodically and does not support parallel execution.