Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (33 loc) · 1.26 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.26 KB

Quaver.Cron Discord

🕒 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.

Usage

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.dll

Configuration

The 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 = False

LICENSE

All of the code in this repository is licensed under the Apache 2.0 License.

View the LICENSE file for more information.