php - Redis queues in Laravel with Homestead -
i'm trying utilize redis queues.
currently i'm on homestead , run php artisan queue:work --daemon --tries=3
in virtual machine.
to test queues write in log. when utilize sync driver, logger can write, cannot when utilize redis one.
i checked out running processes , redis-server
running, what's wrong?
run redis-cli monitor
, see if shows beingness added when force queue.
if nil shows up, means queue isn't talking redis.
php laravel redis queue virtual-machine
No comments:
Post a Comment