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: delayedjob


  1. Howto: Using ActiveJob with Delayed::Job

    Here's how you can use activejob with a Delayed::Job backend. Delayed::Job supports multiple adapter but the main one that is widely used is the ActiveRecord based one and I'm going to use it in this howto. 1. Create a new rails app (skip this if you're adding support…

    rails, activejob, delayedjob