Zend Job Queue - Configuration Directives
This topic lists all the configuration directives for Zend Job Queue.
Configuration Directives Summary
The table below is a summary of all the Zend Job Queue configuration directives, and displays the directive name, its default value, and a description:
Directive |
Default Value |
Description |
1 |
Enables the Job Queue. |
|
30 |
The default connection timeout to the Job Queue Daemon. |
|
2 |
The log verbosity level [0-5]. |
|
10 |
The maximum size of the log file before it is rotated. |
|
1 |
Use UTF-8 encoding. |
Configuration Directives Details
The list below contains information for all the available configuration directives for Zend Job Queue: their description, type, units, default value, modification scope, and the Zend Server version they became available in.
zend_jobqueue.enable
Enables the Job Queue.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 5.0
zend_jobqueue.daemon_connection_timeout
The default connection timeout to the Job Queue Daemon. It can be overridden using a parameter to ZendJobQueue constructor.
Default Value: 30
Units: seconds
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 5.0
zend_jobqueue.log_verbosity_level
The extension's log verbosity level. Level 1 includes very important info messages, errors and warnings. Level 2 displays notices. Greater levels (up to 5) serve debug purposes only.
Default Value: 2
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 5.0
zend_jobqueue.log_rotation_size
The maximum size of the log file before it is rotated.
Default Value: 10
Units: MBytes
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 5.0
zend_jobqueue.utf8_encoding
Use UTF-8 encoding.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 6.1