public function DrupalQueueInterface::releaseItem

7.x system.queue.inc public DrupalQueueInterface::releaseItem($item)

Release an item that the worker could not process, so another worker can come in and process it before the timeout expires.

Parameters

$item:

Return value

boolean

2 methods override DrupalQueueInterface::releaseItem()
MemoryQueue::releaseItem in drupal-7.x/modules/system/system.queue.inc
Release an item that the worker could not process, so another worker can come in and process it before the timeout expires.
SystemQueue::releaseItem in drupal-7.x/modules/system/system.queue.inc
Release an item that the worker could not process, so another worker can come in and process it before the timeout expires.

File

drupal-7.x/modules/system/system.queue.inc, line 165
Queue functionality.

Class

DrupalQueueInterface

Code

public function releaseItem($item);