Zend Server User Guide > Touring the UI > Applications > Job Rules page- Zend Server 7

Job Rules

The Job Rules page is the central area for configuring jobs to run by URL. Running jobs by URL makes it easy to eliminate situations where the same file is run in multiple instances, such as off-loading tasks from the synchronous user request to an external, parallel PHP process.

How do I create a new recurring job?

Note:

Zend Server also provides the ability to Schedule Jobs using the Job QueueA simple and manageable system for off-loading tasks from the synchronous user request, to an external, parallel PHP process. API Zend Job Queue API . To read more about how to work with jobs, see Working with Jobs.

 

Read Also

  Zend Job Queue    
  Working with Jobs    
  Applications