microsoft / microsoft/AzureTRE
Ability to retry a failed operation
Open
Nobody has claimed this yet.
Copilot Agent Candidate
feature
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
At times the deployment fails with a 'retryable error' - or because of some other transient issue. In these instances, the user should be able to issue a /retry command against the operation for it to be re-issued and attempted again.
TBD whether this would:
- Update the existing operation and re-issue the service bus message, OR
- Append a history item to the operation so there's a trace of updates, OR
- Create a new operation item and return that from the
retryendpoint
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the operation handling and the proposed retry endpoint, then inspect where the service bus message is issued. Resolve whether retry updates the existing operation, appends history, or creates a new operation before defining completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- api, backend, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100