Generate Sidekiq workers from symfony2 services, queue jobs and let Sidekiq process them by calling worker:exec command.
composer install
gem install bundler
bundle install
app/config/services.yml
bin/sidekiq
bin/sidekiq-web
MIT. Use as you wish. Let me know if you find it useful!