Andy Wong
Results
1
issues of
Andy Wong
hello,I got a delay jobID and I want to stop it later. how to stop it ? this is my code ``` $jobID = Yii::$app->queue->delay(1234)->push(new \console\jobs\DemoJob([ 'function' => "test1", 'params'...
type:enhancement
type:docs