p-alik / perl-Gearman

9 stars 10 forks source link

Gearman::Client: "on_fail" is not triggered on timeout #33

Closed hidden-primary-net closed 6 years ago

hidden-primary-net commented 6 years ago

When handing in a timeout to a do_task call of a Gearman::Client object the given "on_fail" callback is currently not triggered when the timeout elapsed as told by the Gearman::Task documentation. Please see the prove: https://github.com/hidden-primary-net/perl-Gearman/commit/cb9d3c6a6ac75f4136b97d82b84667c8551d66b8.

p-alik commented 6 years ago

done in #34