Displaying 1 result from an estimated 1 matches for "find_and_send_ten".
2007 Apr 06
2
Best way to start a worker
I have installed backgroundrb.  I can start it.  I have read everything I
can get my hands on, and have read the list for a few months.  I have
written a worker, and am ready to start.
 
This worker reads a queue, and processes it (sends queued emails). Sends 10,
sleeps for a minute, sends 10 until done - very straightforward.
 
My question is, what would be the best way to run this?  I have