|
Revision 165, 1.1 kB
(checked in by hachi, 7 weeks ago)
|
|
Add $job->declined and test for external locking.
|
| Line | |
|---|
| 1 | - Add $job->declined method for workers to be able to decline handling |
|---|
| 2 | a job at this time. |
|---|
| 3 | |
|---|
| 4 | 1.08 () |
|---|
| 5 | - Added $client->grab_and_work_on($handle) to securely work on a job |
|---|
| 6 | you know the handle of. Yann Kerherve (yannk@cpan.org) |
|---|
| 7 | |
|---|
| 8 | 1.07 (2008-07-31) |
|---|
| 9 | - bchoate: Updates to support optional prioritization of jobs. |
|---|
| 10 | - ykerherve: Croak with a nice message id a driver cannot be |
|---|
| 11 | found for a handle |
|---|
| 12 | |
|---|
| 13 | 1.06 (2007-09-07) |
|---|
| 14 | - Code to allow a 'top' like view of runnin schwartz workers. |
|---|
| 15 | - include postgres schema in docs. from Michael Zedeler |
|---|
| 16 | <michael@zedeler.dk> Currently not tested in regression |
|---|
| 17 | tests, though, so not "officially" supported yet. |
|---|
| 18 | - start of work on gearman-based schwartz server. |
|---|
| 19 | |
|---|
| 20 | 1.05 |
|---|
| 21 | |
|---|
| 22 | - Set TheSchwartz::Job::insert_time to current server time when |
|---|
| 23 | inserting a new job. |
|---|
| 24 | |
|---|
| 25 | 1.04 (2007-05-22) |
|---|
| 26 | |
|---|
| 27 | - no code changes, just packaging/dep/test fixes, as pointed out |
|---|
| 28 | by Dan Rench <drench@dren.ch> |
|---|
| 29 | |
|---|
| 30 | 1.03 |
|---|
| 31 | |
|---|
| 32 | - first packaged release, now that all SixApart products have been |
|---|
| 33 | using this heavily for quite some time. it's overdue. |
|---|