brianlmoon / net_gearman

A PHP interface for Gearman
84 stars 46 forks source link

Check server version for timeout unit #49

Closed brianlmoon closed 2 years ago

brianlmoon commented 2 years ago

In gearmand version 1.1.19 and greater, the timeout is expected to be in milliseconds. Before that version, it is expected to be in seconds. https://github.com/gearman/gearmand/issues/196