Skip to content

Allow Shellout#execute to retry command

Ash McKenzie requested to merge ashmckenzie/add-shellout-retry-support into main

What does this Merge Request do and why?

This MR gives Shellout#execute the ability to retry commands if desired. The retry logic will be leveraged in !2176 (merged).

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Ash McKenzie

Merge request reports