I'm using background tasks.
Is there anyway with gearman to find the length of a given queue?
Also, how do I find and set the maximum queue length?
Cheers,
Chris
http://gearman.org/index.php?id=protocol
Basically you telnet to the Gearman server port (TCP 4730 by default), and you can issue a few text commands, including 'status' and 'maxqueue'. Very handy!
-Keith
By default, there is no queue length limit. You can only set the limit
via telnet right now, but perhaps a gearmand command line option is
in order to specify a default limit.
-Eric