You are here

Constants in Acquia Purge 6

Primary tabs

Namesort descending Location Description Direct uses Strings
ACQUIA_PURGE_MAX_PATHS ./acquia_purge.module The maximum number of paths to purge per batch step, this max will usually only be necessary on the command line where execution time is endless. 1 1
ACQUIA_PURGE_MAX_REQUESTS ./acquia_purge.module The maximum amount of HTTP requests that can be done per step. In practice this limited will be lowered to respect PHP's max execution time setting. It will be met when that setting is zero, e.g. on the command line. 1 1
ACQUIA_PURGE_PARALLEL_REQUESTS ./acquia_purge.module The number of HTTP requests executed in parallel during purging. 2 1
ACQUIA_PURGE_QUEUE_LOCK_TIMEOUT ./acquia_purge.module The amount of time in seconds used to lock purge processing. 2 1
ACQUIA_PURGE_REQUEST_TIMEOUT ./acquia_purge.module The number of seconds before a purge attempt times out. 2 1
ACQUIA_PURGE_SEVLEVEL_ERROR ./acquia_purge.module Requirement severity: Error condition, do not purge items in the queue. 11 1
ACQUIA_PURGE_SEVLEVEL_INFO ./acquia_purge.module Diagnostic severity levels: Informational. 2 1
ACQUIA_PURGE_SEVLEVEL_OK ./acquia_purge.module Diagnostic severity levels: Good condition. 8 1
ACQUIA_PURGE_SEVLEVEL_WARNING ./acquia_purge.module Diagnostic severity levels: Warning condition, proceed but flag warning. 5 1

Other projects