Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Redis for cache and queues #91

Merged
merged 1 commit into from
Apr 16, 2016

Conversation

AntoineAugusti
Copy link
Member

@AntoineAugusti AntoineAugusti commented Apr 16, 2016

Queue worker init script

description "Laravel Redis queue worker"  
start on (local-filesystems and net-device-up IFACE=eth0)  
respawn  
respawn limit 10 5
script  
    cd /var/www/website
    /usr/bin/php artisan queue:listen --sleep 5 --tries 4 2>&1 >> /var/log/laravel/queue.log
end script

@AntoineAugusti AntoineAugusti merged commit 2108c9b into develop Apr 16, 2016
@AntoineAugusti AntoineAugusti deleted the feature/memcached-to-redis branch April 16, 2016 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant