-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
difficulty: hardHard issue, not recommended for beginnersHard issue, not recommended for beginnersenhancementNew feature or requestNew feature or request
Description
Due to unstable network, the API call may not go through while getting the repositories of a user in the get_repositories
function defined in utils.py. We need a retry mechanism to try multiple times to get the repositories and handle the error gracefully even if the network is not available and repositories are not saved. A good solution is provided here: https://www.peterbe.com/plog/best-practice-with-retries-with-requests.
Metadata
Metadata
Assignees
Labels
difficulty: hardHard issue, not recommended for beginnersHard issue, not recommended for beginnersenhancementNew feature or requestNew feature or request