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

Quaver/Quaver.Cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages