-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Rails
-
None
Active Job is a framework for declaring jobs and making them run on a variety of queuing backends. There are multiple adapters for various databases, but there is no adapter for MongoDB.
Some features of MongoDB (capped collections, tailable cursors, change streams) look suitable for the task; we may be able to provide a high quality adapter that uses MongoDB as the backend.