๐ A cron for Quaver to perform automated tasks related to its database.
Developed for internal purposes. No support or documentation for this software is provided.
You'll need .NET Core 2.0 to run the cron.
git clone --recurse-submodules https://github.com/Quaver/Quaver.Cron
dotnet build --configuration release
cd bin/Release/netcoreapp2.0
nano .env
(Setup Config)
dotnet Quaver.Cron.dllThe cron is completely configurable and runs only the tasks that are given. Assuming you have a .env already created, here is a sample config file.
SQLHost =
SQLUsername =
SQLPassword =
SQLDatabase =
RedisServer =
RedisPassword =
Workers = 8
PopulateLeaderboards = True
FixMultiplePersonalBestScores = True
SyncScoresWithRankedStatus = True
RecalculateOverallAccuracy = True
RecalculateOverallPerformanceRating = True
FixTotalHitCount = FalseAll of the code in this repository is licensed under the Apache 2.0 License.
View the LICENSE file for more information.
