zifeo / whiz

Modern DAG/tasks runner for multi-platform monorepos with live reloading, env management, pipes, and more in a tabbed view.
https://metatype.dev/docs/reference/ecosystem?utm_source=github&utm_medium=about&utm_campaign=whiz
Mozilla Public License 2.0
19 stars 14 forks source link

Hot reloading the whiz.yaml files #10

Open zifeo opened 1 year ago

zifeo commented 1 year ago

Watch the config file and reload everything on change.

j03-dev commented 3 months ago

I think, whiz not reload everything on change, cause the "CommandActorsBuilder::build" is not run for every reload !

But the reload function is on CommandActor, and CommandActorsBuilder is who makes new CommandActors. XD