🔥 Laravel Tip: Unique Jobs
Apr 3, 2022
Sometimes, you may want to ensure that only one instance of a specific job is on the queue at any point in time.
You can do that by implementing the `ShouldBeUnique` interface in your job class.
You can do that by implementing the `ShouldBeUnique` interface in your job class.
Other tips:
🔥 Laravel tip: the skip method in scheduler
Feb 17, 2022
🔥 Eager loading cheat sheet
Mar 4, 2022