Test priorities on delayed_job plugin in rails.

Posted by bartligthart on Stack Overflow See other posts from Stack Overflow or by bartligthart
Published on 2009-09-09T12:09:22Z Indexed on 2010/03/17 7:41 UTC
Read the original article Hit count: 237

Filed under:
|
|

I want to test how priorities are working in the delayed_job plugin. Im using the mailit app from railscasts. I think i want to send 100 messages with a high priority and 100 with a lower priority. And i want to see if the messages with a lower priority will be delivered on time or they will be put aside.

How can i do a test like this.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails