Tornium / tornium

A website and Discord bot to assist with the playing of Torn City developed with love <3
https://tornium.com
11 stars 5 forks source link

Migrate tasks to separate queues #128

Closed dssecret closed 1 year ago

dssecret commented 1 year ago

Rebuild celery tasks to utilize at least two worker pools (gevent/eventlet for networking tasks and preform for everything else), multiple priority-based queues, callbacks, linking, etc.

dssecret commented 1 year ago

Done with #134