[X] Update rihanna_jobs_enqueued_at_id index to use priority column
[X] Define a priority method on Rihanna.Job
[ ] Sufficient testing of the behaviour
Testing
What's the preferred way to test this behaviour? I'm a little confused with the style taken. If you could provide a single sample test case, that's probably sufficient here.
Just realised the description is a little vague here. What's the preferred place for me to put any tests related to this new new field? How many tests are sufficient? Is setting a default value okay in this case?
This is a work-in-progress PR.
Tasks
priority
columnrihanna_jobs_enqueued_at_id
index to usepriority
columnpriority
method onRihanna.Job
Testing
What's the preferred way to test this behaviour? I'm a little confused with the style taken. If you could provide a single sample test case, that's probably sufficient here.