arkade/laravel-eb-worker

Elastic Beanstalk worker for Laravel

Downloads

10

Stars

0

Version

1.0.1

Elastic Beanstalk worker for Laravel

This package adds two endpoints to your application to receive and process Elastic Beanstalk queue requests.

  • Queue receiver - /queue/receive
    This endpoint receives SQS jobs from the Elastic Beanstalk daemon before processing them using the Laravel queue worker.

  • Queue scheduler - /queue/schedule
    This endpoint can be configured in Elastic Beanstalk to be called every minute. It will execute your Laravel scheduled tasks.

Installation

composer require arkade/laravel-eb-worker
arkade-digital

Author

arkade-digital