aiarena-web
aiarena-web copied to clipboard
Result submission - Defer non-essential and expensive tasks
Using something like celery we can potentially defer non-essential or expensive tasks that occur at result submission, such as the bot stats update and ELO graph generation.
This will make result submission much faster.