0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added THANKS to the authors of django-queue-service for the database model implementation. More... almost 15 years ago
Body has to be a string, not unicode (thanks vedru!) More... about 15 years ago
The python redis client suddenly changed push(name, value, tail=False) to push(name, value, head=True) without notice? WTF?!? More... about 15 years ago
Remove redis from install_requires More... about 15 years ago
Bumped version to 0.1.1 More... about 15 years ago
change Message._destination to .destination More... about 15 years ago
Fix typo queue_cycle -> cycle More... about 15 years ago
Annotate queueset More... about 15 years ago
PEP8ify More... about 15 years ago
Use gen_unique_id instead of uuid.uuid4() as it has a serious bug making it return the same id over and over on some systems. More... about 15 years ago
Implemented Quality of service and a basic acknowledgment. More... about 15 years ago
Implemented purge() More... about 15 years ago
Sleep when the queue is empty so we're not overlading the CPU. More... about 15 years ago
Django database support now working and tested. More... about 15 years ago
Use the new carrot backend syntax More... about 15 years ago
Redis backend working and tested successfully against Celery More... about 15 years ago
QueueSet: Raise QueueEmpty when all queues has been tried. More... about 15 years ago
Fix typos More... about 15 years ago
Support QueueSet's (fetch from a set of queue, while not letting one queue be greedy) More... about 15 years ago
Beginnings of a carrot backend More... about 15 years ago
Ooh. This was a lot neater (though, using classnames for functionsnames) More... about 15 years ago
Update examples with latest changes More... about 15 years ago
Unittests passing, added support for a Django Model queue. More... about 15 years ago
Initial commit More... about 15 years ago
Initial import More... about 15 years ago