Removes obsolete status callback from gearman client
Status callback function was previously removed from run-jobs, but the callback was still being registered. This change removes the registration to prevent a warning.
This commit is contained in:
@@ -14,7 +14,6 @@ try {
|
||||
$gearman->addServers($config->get('rips.job_servers'));
|
||||
$gearman->setCreatedCallback("gearman_created_callback");
|
||||
$gearman->setDataCallback("gearman_data_callback");
|
||||
$gearman->setStatusCallback("gearman_status_callback");
|
||||
$gearman->setCompleteCallback("gearman_complete_callback");
|
||||
$gearman->setFailCallback("gearman_fail_callback");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user