Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Nicolas Fouché
RE: Getting the size of the message queue [ reply ]  
2010-06-14 15:01
AFAIK this project is kind of dead. Can the maintainer confirm ?
You should check Resque http://github.com/blog/542-introducing-resque

By: Geldedus Dekker
RE: Getting the size of the message queue [ reply ]  
2010-06-14 14:58
...Of course I could do a SELECT on the skynet_message_queues table (after figuring out the meaning of the fields and their values)

but that will be just a dirty trick

so, is there any method to find out if the queue is empty?

thanks

By: Geldedus Dekker
Getting the size of the message queue [ reply ]  
2010-06-11 15:07
I am looking for a way to get the number of tasks waiting in the message queue, but didn't find anything that works

I am using a mysql adapter