How do I setup and use Laravel Scheduling on AWS Elastic Beanstalk?

后端 未结 3 1210
日久生厌
日久生厌 2021-02-05 15:07

Scenario

As a fairly new user of Laravel and Elastic Beanstalk I soon found my self in the need to schedule operations, like most of us do.

In the past I had a

3条回答
  •  有刺的猬
    2021-02-05 15:44

    In AWS ECS we can use this without adding cron in to the container

    https://github.com/spatie/laravel-cronless-schedule

    This is how you can start the cronless schedule:

    php artisan schedule:run-cronless
    

提交回复
热议问题