arkade/laravel-eb-worker

Elastic Beanstalk worker for Laravel

1.0.1 2018-05-17 01:26 UTC

This package is not auto-updated.

Last update: 2024-05-12 03:01:42 UTC


README

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