root/trunk/examples/god_worker.rb
| Revision 326, 139 bytes (checked in by gethema..@gmail.com, 2 months ago) |
|---|
| Line | |
|---|---|
| 1 | class GodWorker < BackgrounDRb::MetaWorker |
| 2 | set_worker_name :god_worker |
| 3 | def create(args = nil) |
| 4 | logger.info "hello world" |
| 5 | end |
| 6 | end |
| 7 |
Note: See TracBrowser for help on using the browser.
