How to keep Laravel Queue system running on server

后端 未结 17 1004
小鲜肉
小鲜肉 2020-11-28 02:23

I recently setup a Laravel Queue system. The basics are a cronjob calls a command which adds jobs to a queue and calls a second command which sends an email.

The sy

17条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 02:59

    You can also use Docker containers.

    checkout:

    • Docker + Laravel queue:work
    • https://laravel-news.com/laravel-scheduler-queue-docker

提交回复
热议问题