1 system.queue.inc public BackdropQueueInterface::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:

File

core/modules/system/system.queue.inc, line 163
Queue functionality.

Class

BackdropQueueInterface

Code

public function releaseItem($item);