Replies: 1 comment 2 replies
-
We do check the queue, but not priority. Do you want to contribute that? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have a job that is being enqueued both with
set(priority: 10)
and defaults toqueue_with_priority 0
and i was wondering if there is any way to test enqueued priority withhave_enqueued_job
matcher?According to this page there is not but maybe i'm missing something
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions