-
```
Look into why this NullPointerException is occurring:
Ref: https://groups.google.com/forum/?fromgroups=#!topic/gearman/ZfkIYis_FbI
----------------------------------------------------
Hello eve…
-
```
What steps will reproduce the problem?
1. Use java-gearman-service 0.6.5
2. Create one Gearman instance with workers for different functions (maybe set
maximum concurrency)
3. Use a remote (not l…
-
Hi Brian -
My requirement is a method to stagger creation of a Sum job. I'm struggling to determine a "native" Gearman approach to this, and, if it exists, how GearmanManager plays into it.
Way-simp…
-
I've been migrating a node application away from andris9/node-gearman to take advantage of the additional features available in GearmaNode (job priorities and background jobs) and also because it look…
-
Hello, I've recently installed GearmanManager on a CloudLinux Server release 6.6 X-Powered-By PHP/5.4.39 and it wasn't able to find the ./workers dir. I soon realized that none of the parameters was p…
-
[GearmanManager]
; workers can be found in this dir
worker_dir= XXXXXXXXX
; Reload workers as new code is available
auto_update=1
count=10
I have set 10 worker to do the job,but why is only 1 worker…
gzldx updated
9 years ago
-
When supplying a timeout during worker function registration I am getting a warning:
warn: unrecognized argument to encode, class=Number
Should the timeout be given as a number? If so, can the encode…
-
I didn't see an easy way to determine if connecting to all job servers failed. There's a protected `$conn` array which could be checked for length but I wasn't sure if there was a better way.
If not …
-
Setup:
```
java 1.8.0_45
libgearman version => 1.1.12
PHP 5.6.7-1~dotdeb
gearman server 0.8.10-20150218.030748-1
```
Sample worker (taken from [here](http://php.net/manual/en/gearman.examples-revers…
-
```
Look into why this NullPointerException is occurring:
Ref: https://groups.google.com/forum/?fromgroups=#!topic/gearman/ZfkIYis_FbI
----------------------------------------------------
Hello eve…