Skip to content

Implement scheduler #578

Closed
Closed
@renecannao

Description

@renecannao

WHY

ProxySQL is becoming a complex system. Its core should stay as simple as possible.
Therefore, complex logic should be moved outside the core, and called asynchronously.
This will allow faster development, as every user can implement their own set of scripts and share them.

WHAT

  • scheduler table
  • commands to load and save scheduler table
  • commands to load the scheduler from config file
  • call the scheduler from within the Admin main loop
  • document it

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions