Cristian Bica

Software Engineer

I’m Cristian Bica, a software engineer working for in/PACT. I'm working with ruby, rails, web frontend, iOS, Objective-C / Swift.


Tag: sidekiq


  1. Howto: Using Active Job with Sidekiq

    Here's how you can use activejob with a sidekiq backend. Sidekiq uses redis as a storage backend so you'll need a redis server instance running. 1. Create a new rails app (skip this if you're adding support for an existing app). $ rails new activejob-sidekiq 2. Add gem 'sidekiq' to your…

    rails, activejob, sidekiq