Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 24 forks source link

Server Background Jobs #105

Open QuinnBast opened 1 year ago

QuinnBast commented 1 year ago

Enhancement Description

The Server should run a few background jobs on a recurring basis.

To name a few we will probably want:

Solution

When the server starts up, create a background thread that runs these processes on a recurring basis and sleeps in between executions.