1

There's all kinds of documentation out there about the new ActiveJob framework included in Rails 4.2. But there is no documentation about how to actually write a backend for it. Or in general, what the framework expects from a backend.

I was wondering if ActiveJob was able to work against Amazon SWF as a backend? From an architecture standpoint, are there obstacles? Things I should consider?

awendt
  • 13,195
  • 5
  • 48
  • 66
  • I never used Amazon SWF but an adapter for it shouldn't be too complicated. Take a look at host other adapters are implemented https://github.com/rails/rails/tree/master/activejob/lib/active_job/queue_adapters – Cristian Bica Jan 13 '15 at 20:50

0 Answers0