You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/services/workman
Luis Bosque aa6eb6c0bf
Commented sinatra. workman API is not being used
10 years ago
..
commands clean up Workman left overs 12 years ago
job CDB-1788 Added Google Client and Dropbox APIs. Updated some gemfiles, including the yanked Virtus version 11 years ago
spec Remove references to simplecov and email_spec 11 years ago
Readme.md Placeholder readme for Workman 12 years ago
api.rb Commented sinatra. workman API is not being used 10 years ago
dispatcher.rb Workman::Dispatcher methods now accept a job instance insted of a job_id 12 years ago

Readme.md

= Purpose

Workman is a general-purpose scheduler for asynchronous workers, that aims to be decoupled from the backend queuing provider, and managed from a HTTP REST API.

= Implementation details

Currently support for queuing backends is limited to Resque.

= Job execution

Workman will execute all job types that are defined in command classes under commands/ (TO BE IMPLEMENTED)