Lower priority numbers have higher priority. It is in documentation
By default all jobs are scheduled with priority = 0, which is top priority. You can change this by setting Delayed::Worker.default_priority to something else. Lower numbers have higher priority.
Lower priority numbers have higher priority. It is in documentation
Anyway great tutorial ! Thanks