The Job QueueA simple and manageable system for off-loading tasks from the synchronous user request, to an external, parallel PHP process. page is accessed from Server Setup | Job Queue.
From this page, you can define the different settings for configuring the Job Queue Component.
This component is used to schedule jobsJobs contain information about a specific Job (script to run) that you have set to run in your environment. to run a PHP script. This can be done by creating a Job in Recurring Jobs or by using the API.
The Job Queue page is a settings definition page for the Job Queue Component that provides Job scheduling capabilities.
The following Job Queue Daemon settings available:
Maximum number of concurrent running jobs -Set the amount of jobs that are permitted to run at the same.
Days to keep completed and failed jobs in database - define how long you want to keep job related information.
Retry Interval - Set the amount of time to wait before trying to re-run a failed job.
Maximum number of retries - Set the amount of times to re-run a job that failed to run.
Report job run time skew after X seconds of delay
Report high job concurrency when job count is X below the limit
|
|
|
Related Links: |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.