Subject: | Gearman::Task on_fail documentation |
Gearman::Task prior to 1.09 did not pass any arguments to the function
specified by on_fail. This changed in 1.10 (thankfully!), and now
final_fail passes $reason to $task->{on_fail} (Task.pm line 175). The
documentation should be changed to reflect this, since it currently
reads "No arguments are passed to this callback".