Skip to content

[Feature] Parallel execution of actions #249

Description

@cegento

Is it possible to add a feature to be able to have parallel executions?

One Example:

"pre-commit": {
    "enabled": true,
    "actions": [
        {
            "action": "Action1"
        },
        {
            "action": "\\Parallel\\Actions",
            "actions": [
                {
                    "action": "Action2"

                },
                {
                    "action": "Action3"
                }
            ]
        },
        {
            "action": "Action4"
        }
    ]
},

Execute Action1
                           ↓ (wait to finnish)
Execute Action2 and Action3 in parallel
                           ↓ (wait to finnish)
Execute Action4

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions