Active Job

From Expertiza_Wiki
Revision as of 14:25, 31 January 2016 by Ychen71 (talk | contribs)
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.

Active Job adapters[5]