You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A docker image for working with queues being monitored by supervisor as recommended by laravel.
4
+
5
+
## Environment Configuration
6
+
7
+
Running with redis you can configure your `QUEUE_CONNECTION` environment variable to match your redis link. In our case the link is called `redis` so the default value will be `redis`.
8
+
9
+
The default queue name in laravel is called `default`. So we configured the `QUEUE_NAME` environment variable to this value.
0 commit comments