rvojcik / gitlab-project-export

Simple python project for exporting GitLab projects with Export Project funkcionality in GitLab API. Import of exported projects is also supported
GNU General Public License v3.0
103 stars 39 forks source link

Add an option to specify the max number of tries for project export #16

Closed daka83 closed 3 years ago

daka83 commented 3 years ago

Currently, code is able to download small projects.
But for large projects, it needs to wait for more.
Add an option for the user to specify the max number of tries in the YAML file and use it in project_export method.

rvojcik commented 3 years ago

Thanks a lot for this @daka83 , I already merged it.