Skip to content

Add tips on structuring your pipeline #45

@sebbacon

Description

@sebbacon

In particular,

  • ensure you pull out repetitive bits into their own actions
  • change expensive long-running loops so they can be run as individual actions with different parameters

The former saves you time by allowing you to use previously-computed outputs for dependent actions.

The latter gives you easy parallelisation for your loops

Metadata

Metadata

Assignees

No one assigned

    Labels

    new contentNew documentation content

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions