public function DrupalQueueInterface::releaseItem

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/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/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/modules/system/system.queue.inc, line 165
Queue functionality.

Class

DrupalQueueInterface

Code

public function releaseItem($item);