mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Given you have variables a, b, c, d where b depends on a, c depends on b, c, d depends on a. When updating a only an update of b and d should be triggered since c depends on b and c will be updated eventually when the update of b are finished.