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
The current approach is to run github sync in a forever loop. However, we have 5000 GitHub API request limit which we might hit. So the question should we continue to do forever loop or should we launch sync only once per day? We can answer this question only when we see how much time it takes to sync all repos and issues.
The text was updated successfully, but these errors were encountered:
The current approach is to run github sync in a
forever
loop. However, we have 5000 GitHub API request limit which we might hit. So the question should we continue to doforever
loop or should we launch sync only once per day? We can answer this question only when we see how much time it takes to sync all repos and issues.The text was updated successfully, but these errors were encountered: