trip.somers's avatar

Clear mutex Cache entry for specific scheduled task

The other day we had a task scheduled without overlap get stuck. The solution was to use php artisan cache:clear, but this produced side effects because it cleared cache for the entire application.

Is there a way to clear ONLY the mutex entry for a specific schedule task?

0 likes
2 replies

Please or to participate in this conversation.