Module: Hatchet::ConcurrencyLimitStrategy

Defined in:
lib/hatchet/concurrency.rb

Overview

Concurrency limit strategies

Constant Summary collapse

CANCEL_IN_PROGRESS =
:cancel_in_progress
CANCEL_NEWEST =
:cancel_newest
GROUP_ROUND_ROBIN =
:group_round_robin
QUEUE =
:queue