Module: Journaled::JobPriority

Defined in:
app/models/journaled/job_priority.rb

Constant Summary collapse

INTERACTIVE =

These jobs will actively hinder end-user interactions until complete, e.g. assembling a report a user is polling for.

0
USER_VISIBLE =

These jobs have end-user-visible side effects that will not obviously impact customers, e.g. welcome emails

10
EVENTUAL =

These jobs affect business process that are tolerant to some degree of queue backlog, e.g. desk record synchronization

20