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
{{ message }}
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.
We're currently in the process of migrating our legacy application to a kubernetes cluster with your Gearman server. We running into a weird timeout issue when trying to insert jobs (or a simple ping command from php). It makes me wonder whether if there a reason why the Gearman PECL php package wouldn't work with the Go server?
If I connect to the Gearman server instance from the same pod as the php code is running in through telnet, everything works fine; when trying to run a simple php script against it, it just hangs.
Telnet command & response:
root@test-5cf49f485b-248k9:/var/www# telnet gearmand 4730
Trying 10.99.14.245...
Connected to gearmand.default.svc.cluster.local.
Escape character is '^]'.
Hi
We're currently in the process of migrating our legacy application to a kubernetes cluster with your Gearman server. We running into a weird timeout issue when trying to insert jobs (or a simple ping command from php). It makes me wonder whether if there a reason why the Gearman PECL php package wouldn't work with the Go server?
If I connect to the Gearman server instance from the same pod as the php code is running in through telnet, everything works fine; when trying to run a simple php script against it, it just hangs.
Telnet command & response:
php script:
libgearman version: 1.0.6
When I execute the php script, it just hangs indefiniately. Any idea what this could be?
This is (part of) the output of a strace on the process:
Log on the gearman g2 pod:
The text was updated successfully, but these errors were encountered: