Actions
Feature #18507
closedInterface for dynflow ActiveJob
Description
ActiveJob provides two methods on its interface (enqueue and enqueue at) to enqueue tasks.
foreman-tasks could implement this interface and have Foreman just use this ActiveJob adapter to run tasks in a standard, documented way known by the Rails community.
Actions