SatelliteQE / satellite-populate

This new module adds tools and commands to populate and validate entities in the system based in YAML file.
Other
8 stars 10 forks source link

Retry option #39

Open rochacbruno opened 7 years ago

rochacbruno commented 7 years ago
- action: name
  ...
  retry: 
     times: 5
     sleep: 30

if the above action fails for any reason, retry it 5 more times with sleep interval of 30