Skip to content

Protect access to the recent created issue with tenacity.

Eventually, after the creation of a reporting issue in GitLab, the refresh of the object raises an exception because it wasn't fully created in the server. The pattern applied to other situations like that in this code is to use tenacity.retry to wait and recheck. 

Merge request reports