Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout is milliseconds in gearmand 1.1.19 #159

Open
Nibbels opened this issue Dec 1, 2021 · 1 comment
Open

timeout is milliseconds in gearmand 1.1.19 #159

Nibbels opened this issue Dec 1, 2021 · 1 comment
Labels
Upstream Indicates an issue in an upstream dependency

Comments

@Nibbels
Copy link

Nibbels commented Dec 1, 2021

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

@brianlmoon
Copy link
Owner

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.

@brianlmoon brianlmoon added the Upstream Indicates an issue in an upstream dependency label Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstream Indicates an issue in an upstream dependency
Projects
None yet
Development

No branches or pull requests

2 participants