Currently, Pipeline tracks and logs its progress on a "global" level based on the entire snapshot of .tigerflow, which blurs distinctions between different runs. We want to add a mechanism to enable each pipeline run to track its own progress, separate from those of prior runs. This will enable more precise tracking such as logging enhancement proposed in #17.
Currently,
Pipelinetracks and logs its progress on a "global" level based on the entire snapshot of.tigerflow, which blurs distinctions between different runs. We want to add a mechanism to enable each pipeline run to track its own progress, separate from those of prior runs. This will enable more precise tracking such as logging enhancement proposed in #17.