|
|
|
|
|
by bherms
4222 days ago
|
|
ActievJob actually does default to :inline, which uses the Rails process to execute the job, so in a way, it kind of is it's own background processor, but you can easily swap out, as it implements an API for creating and scheduling jobs. |
|