Quaver / Quaver.Cron

πŸ•’ A cron for Quaver to perform automated tasks related to its database.

Home Page:https://blog.quavergame.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

πŸ•’ A cron for Quaver to perform automated tasks related to its database.

https://blog.quavergame.com

License:Apache License 2.0


Languages

Language:C# 100.0%