Results 7 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!

Obvious, buy I'm leaving it here in case it helps: For Linux users on PC, CTRL + Shift works just like @jesseduffield mentioned.

Sorry i haven't responded until now, i sorta set this project on the back burner and ignored it :laughing: I haven't tested your assertion, but it sounds plausible. I'm going...