<https://netflixtechblog.com/maestro-netflixs-work...
# resources
n
https://netflixtechblog.com/maestro-netflixs-workflow-orchestrator-ee13a06f9c78?source=rss----2615bd06b42e---4 A new orchestrator created in Netflix
Maestro supports both acyclic and cyclic workflows and also includes multiple reusable patterns, including foreach loops, subworkflow, and conditional branch, etc.
💡 1
j
1.8k GH stars already https://github.com/Netflix/maestro
./gradlew build
oops not for me 😅
😂 2
d
Allowing cyclic is interesting
n
The foreach pattern is frequently used to repeatedly run the same jobs with different parameters, such as data backfilling or machine learning model tuning.
For me I feel like this is a more intuitive way / there are some rooms for higher-level building block for namespace.
❤️ 1
d
Could you elaborate on that point Nok?