[Spawn] Add a ResqueRequest class

Review Request #164 — Created Oct. 1, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
pprkut:extensions
162
lunr
Resque Jobs typically don't need request handling, as there is hardly any information to wrap. However, we still have dependencies that might need a Request class (e.g. the loggers), and for those
cases it's handy to have a sort of "dummy" request class handy.
Unit tests
Loading...