Answer the question
In order to leave comments, you need to log in
Laravel queues how to condition return a task?
Good afternoon
How to return the task from the timers in n minutes?
public function handle()
{
$check = false;
if(!$check){
Order::dispatch($this->order)->delay(Carbon::now()->addMinutes(5));
}
...
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question