Replies: 2 comments 8 replies
-
same problem here |
Beta Was this translation helpful? Give feedback.
0 replies
-
So what happens / what output do you get when running |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
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
Beta Was this translation helpful? Give feedback.
All reactions