Active Job

From Expertiza_Wiki
Revision as of 14:24, 31 January 2016 by Ychen71 (talk | contribs) (ychen71@introduction added)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Active Job is a framework help developers writing codes and run them on the background automatically under different scenarios. Jobs can vary from schedule newsletter, follow-up emails to database housekeeping. It’s a interface that adapts different queueing backends like Backburner[1], Delayed Job[2], Qu[3] and so on. [4] Overall, Active Job is a interface which you can work with common queues.

In Rails, the concept of streaming first appeared in [5], and is further optimized in Rails 4.

Active Job adapters[6]