$_queue = array(
'quota_id' => $_user['profile_quota_id'],
'start' => $_post['distriblicense_sample_time_start'],
'end' => $_post['distriblicense_sample_time_end'],
'total' => $_post['distriblicense_sample_time_total'],
'media' => $_media,
'license' => $_rt
);
jrCore_queue_create('xtAjax', 'audio_sample', $_queue);
this is in the include file
jrCore_register_queue_worker('xtAjax', 'audio_sample', 'xtAjax_create_audio_sample', 0, 1);
The operation never triggers. Is there something missing?
updated by @nate: 01/07/15 01:27:04PM