SakuraIsayeki / WOWS-Karma

Persistent and Comprehensive Karma system for World of Warships
https://wows-karma.com
GNU General Public License v3.0
20 stars 2 forks source link

Implement Hangfire backbone #112

Closed SakuraIsayeki closed 2 years ago

SakuraIsayeki commented 2 years ago

This new backbone will allow us to implement heuristics-based tasks, and expand on background processing, shortening request delay and boosting site reactivity by delegating request-time auxiliary tasks to the background (notifications, logging, etc).

Resolves #95.