Queueing and Job Overview

TLDR: Build a queue in Oma-models inheriting from Oma::Resque::Queue (with some other options). Then create a work that inherits from this queue class with a .perform method.

Last updated