Awesome
symfony2-sidekiq-example-app
What is it ?
Generate Sidekiq workers from symfony2 services, queue jobs and let Sidekiq process them by calling worker:exec command.
Setup
composer install
gem install bundler
bundle install
Redis Configuration
app/config/services.yml
Pushing to a queue
Queue handler
Running Sidekiq
Run Sidekiq
bin/sidekiq
Run Sidekiq web interface
bin/sidekiq-web
License
MIT. Use as you wish. Let me know if you find it useful!