You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this timeout is supposed to be used in milliseconds as of german 1.1.19 gearman/gearmand#196
We had the problem that for all workers that take longer than ~1 second the gearman service did return "work_fail = 14" to the client.
After changing this value to 300000 instead of 300 we had the behaviour like in 1.1.18
Regards
The text was updated successfully, but these errors were encountered:
Well, that really sucks that they did that in the 1.1.x release series. We will have to detect the server version I suppose and set the correct value in this case.
GearmanManager/etc/config-advanced.ini
Line 33 in 69df370
Hello, this timeout is supposed to be used in milliseconds as of german 1.1.19
gearman/gearmand#196
We had the problem that for all workers that take longer than ~1 second the gearman service did return "work_fail = 14" to the client.
After changing this value to 300000 instead of 300 we had the behaviour like in 1.1.18
Regards
The text was updated successfully, but these errors were encountered: