|
|
|
|
|
by rtpg
429 days ago
|
|
I mean it feels pretty obvious to me that cell execution order is a pretty real issue for a runbook with a bunch of steps if you're not careful. I do think that given the fragile nature of shell scripts people tend to write their operation workflows in a pretty idempotent way, though... |
|
you can define + declare ordering with dependency specification on the edges of the graph (ie A must run before B, but B can run as often as you'd like within 10 mins of A)