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-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.
Archivo
- drupal-7.x/
modules/ system/ system.queue.inc, line 165 - Queue functionality.
Class
Código
public function releaseItem($item);