MannemSolutions / PgQuartz

Cluster aware scheduler for PostgreSQL
GNU General Public License v3.0
3 stars 1 forks source link

Improved storage for matrx steps #38

Closed sebasmannem closed 2 years ago

sebasmannem commented 2 years ago

We now handle a step as if it where just one instance. But basically every step runs [n matrix_instances] times. Steps should therefore at runtime be a map of step instances instead of one step. And then all output should be stored per step/instance/command instead of per step/command. Which would be much clearer at config time in when statements.