Log In
Support
New Account
This forum
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Software/Group
People
Skill
Advanced search
Home
My Page
Project Tree
Code Snippets
Project Openings
Skynet Map/Reduce System
Summary
Forums
Tracker
Lists
Tasks
Docs
Surveys
News
SCM
Files
Forums
|
Admin
Discussion Forums:
help
Start New Thread
Nested
Flat
Threaded
Ultimate
Show 25
Show 50
Show 75
Show 100
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