[Spawn] Add a ResqueRequest class
Review Request #164 — Created Oct. 1, 2013 and submitted
| Information | |
|---|---|
| pprkut | |
| Lunr | |
| pprkut:extensions | |
|
|
|
| Reviewers | |
| 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
