withoutOverlapping() not working properly #33051
-
Description:So in my
I've already cleared every tipe of cache, however in my process list using
Why are they running together if i have Steps To Reproduce:add this to the Kernel:
and this cron job:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
You need to delete "everyMinute" method. |
Beta Was this translation helpful? Give feedback.
-
@vladyslavstartsev I've already tried, but nothing has changed, I still see a lot of instances of |
Beta Was this translation helpful? Give feedback.
-
Moving to discussions. |
Beta Was this translation helpful? Give feedback.
-
I was actually looking at Laravel Frawork code and i can see that it use a file name for the lock like |
Beta Was this translation helpful? Give feedback.
-
#18202 (comment) I've just read this, and i'd remembered that I had |
Beta Was this translation helpful? Give feedback.
#18202 (comment) I've just read this, and i'd remembered that I had
Artisan::call('cache:clear')
in myschedule
method as first line... everything makes sense now, it was that line that was removing the lock every time...