How can I list all job handles on a Gearman job server? I'm trying to come up with a monitoring approach, where I can list all running threads, and poll their status.
Listing running jobs with 'status', and 'workers' (as described in http://gearman.org/index.php?id=protocol) lists functions and workers, but no job handles. Job handle is required in order to do GET_STATUS etc.
I'm trying to decouple job submitting from monitoring, and thus don't have the job handle that gets returned in the JOB_CREATED packet.