Here is a slightly cleaned up version of the simple Mail Queue for resque I published a couple of weeks ago.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | |
The biggest change is the options are now all stored in a simple hash with keys for the class, method, and extra arguments. The previous version should continue to work, but if you grabbed this code, I recommend updating to this version since it should be easier to maintain (and debug if necessary) in the future.