Class: Quebert::Job::Priority

Inherits:
Object
  • Object
show all
Defined in:
lib/quebert/job.rb

Overview

Prioritize Quebert jobs as specified in github.com/kr/beanstalkd/blob/master/doc/protocol.txt.

Constant Summary collapse

LOW =
2**32 - 1
MEDIUM =
LOW / 2
HIGH =
0