Module: ConcurrencyMethod
- Defined in:
- lib/schema.rb
Overview
Control command order, allowed values are ‘ordered’ (default) and ‘eager’. If you use this attribute, you must also define concurrency_group and concurrency.
Constant Summary collapse
- Eager =
"eager".freeze
- Ordered =
"ordered".freeze