You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to remove YAML configuration from jobs in favor of "just" code. This feature is a move away from the need for generating any YAML. All metadata like the name, schedule and so on can be built into the main language file.
This is a very large change to the engine so I myself will take this on, it's sure to touch a lot of areas only I have come in contact with previously.
The text was updated successfully, but these errors were encountered:
As I see it we can use static analysis to extract information from job files, or extract information during runtime in a more ad-hoc fashion. Some experimentation will be needed here.
We'd like to remove YAML configuration from jobs in favor of "just" code. This feature is a move away from the need for generating any YAML. All metadata like the name, schedule and so on can be built into the main language file.
This is a very large change to the engine so I myself will take this on, it's sure to touch a lot of areas only I have come in contact with previously.
The text was updated successfully, but these errors were encountered: