Commit Graph
2 Commits
Author SHA1 Message Date
Lucas Bajolet bc3bb07416 command: migrate validate to schedulers 2023-10-11 14:28:27 -04:00
Lucas Bajolet fd24ef7cf5 command: move command logic to using schedulers
In order to be able to change how templates are processed later on, we
move the logic that processes templates to a new abstraction: Scheduler.

Right now, one implementation of Scheduler exists: sequential. This is
essentially the same approach as what we have now embedded in the
configs, but is now moved to this structure, so we can change it later.
2023-10-11 14:28:27 -04:00