Results 5 comments of Tendrid

I've read this whole thread, and every link therein, however, i still don't clearly understand how to use priority with a redis backend in celery, so i'll ask clear questions,...

To end the confusion, i've started building a test repo that i can use to build simple and complex strategies as tests, to test prioritization: https://github.com/Tendrid/celery-redis-priority-test Edit: I have updated...

We just discovered another oddity, and documented it as the 5 point in the readme in the test repo above. Here is what we found: If you override task priority...

@ericholscher for default routing, take a look at https://github.com/Tendrid/celery-redis-priority-test/blob/master/app.py#L17 This line tells celery, with redis, to specifically use queues by sorted value (in alpha order). If memory serves, without this...

sorry i didnt see this earlier. Thanks for the PR!