Configuration Queue and Job¶
Chatbot utilize a feature of Laravel is Queue to send Facebook Message.
Running Queue¶
If you installed Supervisor, just start this service then Laravel Queue will running.
- If not, running following command
- php artisan queue:work
Configuration Queue¶
Login to Admin->Settings->Queue.
Change the Driver dropdown to Database.
Click Save
Button Restart Queue: use when you modify the source code, then click this butotn to update current to the Queue.
Checkbox Shared Hosting Mode: check when you can start Laravel Queue using Command Console.