README.md in qujo-0.1.3 vs README.md in qujo-0.1.4

- old
+ new

@@ -197,11 +197,11 @@ ### The views By default, Qujo provides some views and routes to handle querying the job models. -## Some of the other things that Qujo provides +## Qujo sugar ### Wait A method to have a job wait while the return value is true. I've considered inversing this, as it probably makes more sense to wait while false. @@ -250,16 +250,44 @@ ``` new -> working -> complete -> error -> retry => working ... ``` +## The name + +Pronunciation ``kyoo'-joe`` + +Naming things is hard. Coming up with something clever, and finding it unused in the +community is even harder. + +Qujo's name comes from a combination of the words queue and job. + +1. queuejob +2. quejob +3. qujob +4. qujo +5. profit! + ## TODO -[ ] Smarter workflows, use `workflow` gem -[ ] Job re-entrancy. +* document: qujo/resque wrapper page +* document: better documentation around `wait` functionality. +* build out parent -> child job relationships +* rails generator +* Smarter workflows, use `workflow` gem +* Job re-entrancy. When a job waits, just schedule it 5 seconds from now and pick up where it left off. -[ ] Sidekiq support? -[ ] ActiveRecord support? +* Sidekiq support? +* ActiveRecord support? + +## Wanna help? + +1. Fork me +2. Clone me +3. Branch me +4. Change me +5. Push me +6. "Submit a Pull Request" me :P ## License MIT-LICENSE