project update fails because gitlab performs maintenance
#12,828 opened on Sep 3, 2022
Repository metrics
- Stars
- (13,071 stars)
- PR merge metrics
- (Avg merge 24d 6h) (30 merged PRs in 30d)
Description
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX is open source software provided for free and that I might not receive a timely response.
Feature type
Enhancement to Existing Feature
Feature Summary
the project git refresh could be avoided if the url is not available. Most of the time it renders the AWX unusable. This time Giltab is performing a maintenance. It can be easily detected:
Failed to download remote objects and refs: fatal: unable to access 'https://gitlab.com/systems/inventory/01/': The requested URL returned error: 503\n",
Select the relevant components
- UI
- API
- Docs
- Collection
- CLI
- Other
Steps to reproduce
refresh an AWX git based project
Current results
project refreshes ok, when git repository is available but it fails and nothing that is based on this repository cannot work anymore
Sugested feature result
it could detect various repo messages and avoid failure if EG maintenance, and keep the last working copy.
Additional information
No response