with-items concurrency not respected for join task

Bug #1718754 reported by Winson Chan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mistral
Confirmed
Medium
Unassigned

Bug Description

For the following workflow, concurrency is not respected for task3 that joins on task1 and task2. If there is no join, concurrency works fine.

version: '2.0'

wf1:
    type: direct

    tasks:
        task1:
            action: std.noop
            on-success:
                - task3
        task2:
            action: std.noop
            on-success
                - task3
        task3:
            join: all
            with-items: i in <% list(range(0, 6)) %>
            concurrency: 2
            action: std.sleep
            input:
                seconds: 3

description: updated
Dougal Matthews (d0ugal)
Changed in mistral:
status: New → Confirmed
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.