draft: Add Gitaly client retry config for Shell and Workhorse
What does this merge request do and why?
This MR adds support to configure client retries for the following Gitaly clients:
- GitLab Shell (see MR that introduced changes here: gitlab-shell!1349 (merged))
- Workhorse: (see MR that introduced changes here: gitlab!216558 (merged))
This MR builds on the changes already added into GDK by the following MR: !5571 (merged)
Related issue:
Impacted categories
The following categories relate to this merge request:
- gdk-reliability - e.g. When a GDK action fails to complete.
- gdk-usability - e.g. Improvements or suggestions around how the GDK functions.
- gdk-performance - e.g. When a GDK action is slow or times out.
Merge request checklist
- This MR references an issue describing the change.
- This change is backward compatible. If not, include steps to communicate to users.
- Tests added for new functionality. If not, raise an issue to follow-up.
- Observability added/updated (logging, metrics, tracing).
- Documentation added/updated.
- Announcement added for notable changes.
-
gdk doctortest added.
Edited by Olivier Campeau