ki-tools / ghap_to_synapse

A utility to migrate GIT repositories to Synapse.
Apache License 2.0
1 stars 0 forks source link

retries on folder creation #4

Open kdaily opened 4 years ago

kdaily commented 4 years ago

Hi,

Wondering about this code block that retries Folder creation. Is this a frequent problem you run into with the Synapse client?

https://github.com/ki-tools/ghap_to_synapse/blob/master/ghap_migrator.py#L425-L444

pcstout commented 4 years ago

@kdaily It's been a while since I wrote this so I don't recall if we specifically had issues with folder creation. We did add boilerplate retries to everything mainly for any network related issues.