KryptedGaming / krypted

Community management platform by Krypted Gaming.
https://auth.kryptedgaming.com/
MIT License
8 stars 8 forks source link

Implement a "priority" queue for celery, and drop default workers down to 2 #390

Open porowns opened 3 years ago

porowns commented 3 years ago

We should implement a priority queue system in the packagebinder, and drop down the number of default celery workers to lower system requirements.

A priority queue would allow us to set actions like updating a discord user group as a major priority, while not being choked out byless important tasks like updating eve character assets.