-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature]: Laravel Queues & Scheduler(CRON) Support #839
Comments
To overcome this problem, we need to create 2 more applications with a custom docker file (which requires maintaining 3 env files in total)
or Another option would be having a custom docker-compose.yml in the repository. |
Hi, anyone can share a production ready docker-compose.yml example which includes the laravel queues and scheduling? |
I'm closing this issue, because tracking features will be moved to GitHub discussions. Github issues will be only for bugs. Version 4 is in full focus. v3 related issues will be closed, if it is not a critical bug. Thanks for your understanding. |
I've opened a new discussion for this feature request #2468 |
Is there an existing issue for this?
Summary
We need Laravel Queues & Scheduler(CRON) support for production deployments of Laravel applications.
Why should this be worked on?
Laravel queues (see https://laravel.com/docs/9.x/queues) and scheduler (https://laravel.com/docs/9.x/scheduling) are used in almost every application. Without supporting these features laravel deployments will not be production ready.
The text was updated successfully, but these errors were encountered: