resque_spec icon indicating copy to clipboard operation
resque_spec copied to clipboard

enqueue_at_with_queue and enqueue_in_with_queue are not supported

Open k1w1 opened this issue 13 years ago • 3 comments

It is not possible to test enqueue_in_with_queue or enqueue_at_with_queue since the tests fall through to enqueue_in/enqueue_at which use queue_name(klass) to get the queue. My classes can't report their own queue name which is why I am using enqueue_in_with_queue/enqueue_at_with_queue.

k1w1 avatar Dec 04 '12 18:12 k1w1

Hi @k1w1,

I will take a stab at this later, however, a pull request would make this happen faster :)

leshill avatar Dec 04 '12 18:12 leshill

You were quicker than I expected! I am working on a patch for this now. I will send the pull request when I have it working.

k1w1 avatar Dec 04 '12 18:12 k1w1

Awesome!

leshill avatar Dec 04 '12 18:12 leshill