You are here

constant HOSTING_QUEUE_TYPE_SERIAL in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 hosting.module \HOSTING_QUEUE_TYPE_SERIAL

A serial queue type.

This queue will be processed at a specified interval. When the interval has elapsed a configurable number of the items will be processed.

2 uses of HOSTING_QUEUE_TYPE_SERIAL
hosting_get_queues in ./hosting.queues.inc
Retrieve a list of queues that need to be dispatched
hosting_queues_configure_submit in ./hosting.module
Submit callback for the the queue execution frequency form.

File

./hosting.module, line 22
Hosting module.

Code

define('HOSTING_QUEUE_TYPE_SERIAL', 'serial');