Laravel queue rate limiting not executing work
The documentation for Laravel in this case is very misleading. While it implies you only need a connection to Redis
you actually have to be using Redis
for your queues.
The documentation for Laravel in this case is very misleading. While it implies you only need a connection to Redis
you actually have to be using Redis
for your queues.