0

I want to run a nonoverlapping job but the command is just never called

Here is my code

$schedule->command('start_listeners')->withoutOverlapping();

I also tried this

$schedule->command('start_listeners')->everyMinute()->withoutOverlapping();

When i remove the withoutOverlapping method it works perfectly fine

Alican Ali
  • 181
  • 2
  • 5

0 Answers0