barryvdh / laravel-async-queue

Laravel Async Queue Driver
286 stars 76 forks source link

Notify when Queue ends #71

Open lgugliotta opened 7 years ago

lgugliotta commented 7 years ago

Hi,

The driver runs correctly, but I need to notify the user via alert when queue ends successfully or not.

Thx!