gma / jr

Adds jobs to a persisted queue. Runs as many jobs (in parallel) as you like.

This URL has Read+Write access

jr /
name age message
file .gitignore Loading commit data...
file README.md
file Rakefile
file app.rb
file config.ru
directory config/
directory db/
directory lib/
directory script/
directory test/
README.md

jr (Job Runner)

jr is yet another Job Runner, born out of the need to run multiple copies of a job in parallel.

You interact with jr over HTTP, via a REST API. We'll document it at some point. In the meantime check app.rb. It's very simple.