You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: