Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Scheduler #4

Open
kwiesmueller opened this issue Jul 5, 2018 · 0 comments
Open

Implement Scheduler #4

kwiesmueller opened this issue Jul 5, 2018 · 0 comments
Labels
enhancement New feature or request scheduler
Milestone

Comments

@kwiesmueller
Copy link
Member

gorcon should offer an easy way to schedule recurring or single time events to be enacted on different parts of the gorcon application.
Some examples of this are

  • (re)starting the server
  • executing rcon commands
  • changing settings
  • sending data via other services

To implement this, all available functions for this first need to be generally available through one dedicated internal channel. Therefor implementing of this issue highly relies onto #3 and is mostly blocked by it.

Nevertheless the scheduler functionality can already be outlined.
Acceptance Criteria:

  • A comprehensible format for defining and storing said schedule
  • A dynamic and general way to store, change and handle the stored schedule according to gorcon's overall architecture
    This includes the ability to update the schedule at runtime, access it from several ends (api, etc.) and persist those changes in a reasonable manner.
  • Access to the full set of internal API's offering full flexibility in working with gorcon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scheduler
Projects
None yet
Development

No branches or pull requests

1 participant