Module: QueueingProxy::Worker::Priority
- Defined in:
- lib/queueing_proxy/worker.rb
Overview
4294967295 is from the Beanstalkd protocol as the least important possible job priority. 0 is the highest pri.
Constant Summary collapse
- Lowest =
4294967295
- Highest =
0