public function DrupalQueueInterface::releaseItem in Drupal 7
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 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 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
- modules/
system/ system.queue.inc, line 165 - Queue functionality.
Class
Code
public function releaseItem($item);