30.07.2012 Views

Reference Guide

Reference Guide

Reference Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Configuration Directive Details<br />

zend_jobqueue.database<br />

API <strong>Reference</strong><br />

A database connection string in PDO like format. Relative sqlite path will be treated as relative to Zend<br />

Server data directory.<br />

Type: string<br />

Default Value: "sqlite:file=jobqueue.db"<br />

Available since version 5.0<br />

zend_jobqueue.binding<br />

An address of TCP or UNIX socket to listen for requests from clients and management GUI<br />

Type: string<br />

Default Values:<br />

• unix://jobqueue.sock<br />

• Windows: tcp://127.0.0.1:10085<br />

Available since version 5.0<br />

zend_jobqueue.max_http_jobs<br />

The maximum number of HTTP based jobs which can be executed simultaneously by single back-end<br />

server<br />

Type: integer<br />

Default Value: 4<br />

Available since version 5.0<br />

zend_jobqueue.history<br />

The maximum time (in days) a completed, failed or removed job is kept in database. If no directive is<br />

provided time is unlimited and jobs are never deleted. Independently on this directive setting jobs may be<br />

kept forever using "persistent" option.<br />

Type: integer<br />

Units: days<br />

Default Value: 7<br />

Available since version 5.0<br />

313

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!