Merge pull request #19598 from backstage/freben/barriers

make `startTaskPipeline` iterative
This commit is contained in:
Fredrik Adelöw
2023-08-25 16:48:05 +02:00
committed by GitHub
3 changed files with 189 additions and 37 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Changed the processing loop task pipeline implementation from recursive to iterative