Insert only unique jobs in Laravel job queue

preview_player
Показать описание
Sometimes in your Laravel project, you may want to ensure that only one instance of a specific job is on the queue at any point in time. You may do so by implementing the ShouldBeUnique interface on your job class.
Рекомендации по теме
Комментарии
Автор

Hi, I see that you understand sf and php-laravel. I am doing my first integration and I want to do the updates, deletes or creation in different methods, how could I do it?

trollmaster