PHP Class Disque\Command\Nack
The command should be used when the worker was not able to process a job and
wants the job to be put back into the queue in order to be processed again.
It is very similar to ENQUEUE but it increments the job nacks counter
instead of the additional-deliveries counter.
Mostra file
Open project: mariano/disque-php
Protected Properties
Public Methods
Method Details
getCommand()
public method
Property Details
$argumentsType protected_oe property
$responseHandler protected_oe property
protected $responseHandler |