-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Ken Fromm edited this page Jul 25, 2013
·
12 revisions
THIS gem has been DEPRECATED (as of Sept 2012).
PLEASE use https://github.com/iron-io/iron_worker_ruby_ng
Refer to the Dev Center for information on the system environment, API reference materials, and client libraries.
The Ruby documentation is for the iron_worker gem.
- Getting Started - if you're new to IronWorker.
- Configuration
- Queue Tasks
- Schedule Tasks
- Check Task Status
- Retrieve Task Log
- Merging - how to merge other code, gems, files, etc into your worker
- Databases - how to connect to your database
- Setting Progress of Running Task
- Helper Functions
- Local Disk Storage
Check out our examples repository on github that has a bunch of examples to get you started.
If you want to write your own IronWorker client or get deeper into the details, here's the IronWorker API docs.