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

[FEATURE] System scheduler #181

Closed
AndreasLrx opened this issue Nov 14, 2024 · 0 comments · Fixed by #186
Closed

[FEATURE] System scheduler #181

AndreasLrx opened this issue Nov 14, 2024 · 0 comments · Fixed by #186
Labels
core Core feature enhancement New feature or request system Related to ecstasy systems

Comments

@AndreasLrx
Copy link
Owner

Describe the feature Behavior

Implement a system scheduler allowing to specify at which periods the systems should be runned.

I am thinking of something like a cron schedule expression to define how often should a system run:

  • Every x ticks
  • Every x seconds/minutes and so on
  • Every x execution of another system ?

Describe the needs

Not all systems needs to be run at every ticks.
For example a game auto save system needs to be called only once in a while (or called exlicitly at crucial moments)

Anything else?

No response

@AndreasLrx AndreasLrx added enhancement New feature or request system Related to ecstasy systems core Core feature labels Nov 14, 2024
AndreasLrx added a commit that referenced this issue Nov 22, 2024
AndreasLrx added a commit that referenced this issue Nov 22, 2024
AndreasLrx added a commit that referenced this issue Nov 22, 2024
AndreasLrx added a commit that referenced this issue Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core feature enhancement New feature or request system Related to ecstasy systems
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant