Hi, I searched in the documentation for a way to limit a specific task concurrency to 1, but didn't find a way. I thought that 'depends_on_past' should achieve this goal, but I want the task to run even if the previous task failed - just to be sure the they don't run in parallel.
The task doesn't have a downstream task, so I can't use 'wait_for_downstream'. Am I Missing something? Thanks, Hila
