Opened 4 years ago
Closed 4 years ago
#2425 closed enhancement (fixed)
update_sdoms.py should retry if it failed from rasservers
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | rasserver | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
In reladminif/db_updates/update_sdoms.py
, if a query returns error, it should retry few times before stopping.
`
output = subprocess.getoutput(query_command)
`
Note:
See TracTickets
for help on using tickets.