-
Refactor gearman forwarder caching: Sakuli should store the result e.g. as JSON in the suite path.
Every forwarder will then use this file in case of retry.
This cache file can be used also for th…
-
When payload size is around 65480-65510 bytes worker does not get jobs from gearman. Example:
var gearmanode = require('gearmanode');
var client = gearmanode.client({ port: 4730 });
…
-
There's a `gearadmin --priority-status` command which gives us the number of jobs per priority in each queue/function:
```bash
[octavn@s4-dev ~]$ gearadmin --priority-status
convert 0 0 0 35
```…
-
Hi
Is there any plan for this?
Thanks
Oli
-
from https://github.com/AKSW/OntoWiki/issues/297
receive fatal error when clicking (Re)generate:
Class 'GearmanClient' not found in /var/www/ontowiki/libraries/Erfurt/library/Erfurt/Worker/Frontend.p…
-
sudo service gearmand start
Starting gearmand: runuser: user mv2 does not exist
installation seem successful, but could not run
-
OpenStack Zuul relies on Gearman to run jobs on a farm of 800 nodes each having 20000 functions. The massive amount of `CAN_DO` cause stress to the server. @jeblair went with an expansion of the Gearm…
-
Gearman has been amazing. Its been working great for me for years. Is there somewhere I can donate some money? At least for some beer, coffee or donuts
Thank you
-
There's a patch to support SSL connections here:
https://bugs.php.net/bug.php?id=67623
It's relies on some API changes to libgearman, however. That issue is currently being tracked here:
https://…
-
I'm trying to submit a task, and then later come and check on it's status. At this point I don't have any reference to the job or the request. I only have the job handle.
I've looked through the API …