RedHatQE / newa

New Errata Workflow Automation.
Apache License 2.0
0 stars 4 forks source link

Implement retry mechanism for get_request() method #56

Closed kkaarreell closed 2 months ago

kkaarreell commented 2 months ago

get_request() does not implement any retry mechanism and in case there is e.g. HTTP timeout newa will error out. https://github.com/RedHatQE/newa/blob/main/newa/__init__.py#L231

kkaarreell commented 2 months ago

Fixed in https://github.com/RedHatQE/newa/pull/57