p-alik / perl-Gearman

9 stars 10 forks source link

Gearman client timeout #34

Closed hidden-primary-net closed 6 years ago

hidden-primary-net commented 6 years ago

With this patch the on_fail callback is called implicitely if the timeout elapsed. All pending tasks of a taskset are iterated and their fail method is invoked with a timeout message.

p-alik commented 6 years ago

Thanks, Marco.