Small edits (#917)

This commit is contained in:
pollfly
2024-09-04 12:07:22 +03:00
committed by GitHub
parent d5f94713aa
commit 19a4149f73
7 changed files with 32 additions and 30 deletions

View File

@@ -68,7 +68,7 @@ section, like required packages and docker image)
* The step input arguments are unchanged, including step arguments and parameters (anything logged to the task's [Configuration](../webapp/webapp_exp_track_visual.md#configuration)
section)
By default, pipeline steps are not cached. Enable caching when creating a pipeline step (for example, see [@PipelineDecorator.component](pipelines_sdk_function_decorators.md#pipelinedecoratorcomponent)).
By default, pipeline steps are not cached. Enable caching when creating a pipeline step (for example, see [`@PipelineDecorator.component`](pipelines_sdk_function_decorators.md#pipelinedecoratorcomponent)).
When a step is cached, the step code is hashed, alongside the step's parameters (as passed in runtime), into a single
representing hash string. The pipeline first checks if a cached step exists in the system (archived Tasks will not be used