Closed mathewparet closed 6 months ago
any updates?
Sorry, this was buried in my inbox as I was on paternity leave.
This is more of a question for Docker PHP.
I released v3 since this original post and I would suggest everyone to look here: https://serversideup.net/open-source/docker-php/docs/laravel/laravel-queue
If there are further issues or questions, please open a Discussion on Docker-PHP
Current Behavior
No related output in Laravel log file.
Docker log for queue container:
Docker log for schedule container:
Expected Behavior
Queues and Schedules should work. In case of error, it should throw some meaningful error in Laravel log (I don't expect this since the queue and schedules work locally, so this probably isn't a coding issue), or should throw some meaningful error to stdout so we can find it using
docker logs
.Steps To Reproduce
My new
docker-compose.prod.yml
looks like this:Environment
Anything else?
No response