GearmanClient::setFailCallback — Set callback for job failure
Sets the callback function to be used when a task does not complete successfully. The function should accept a single argument, a GearmanTask object.
function
A function to call
Returns true
on success or false
on failure.