Any way to access Gearman administration?
Posted
by webdestroya
on Stack Overflow
See other posts from Stack Overflow
or by webdestroya
Published on 2010-05-02T04:18:07Z
Indexed on
2010/05/02
4:27 UTC
Read the original article
Hit count: 429
I want to be able to query a gearman server to determine how many instances of a worker I have running (basically I want to make sure that RunTaskA
is available and RunTaskB
is available if there are no workers handling those tasks, I want to be able to send an alert out.
Is there any way to do this?
Also: Mad props if you know of a PHP way to query the gearman server.
© Stack Overflow or respective owner