Currently, get_top_contributors() sleeps 20s between retries whenever get_stats_contributors() returns a falsy value, which can add through 40s per repo despite that there's a commit-based fallback. The result of this causes large repos to export for a long time, so it's worth finding solutions to shorten the delay.
Currently,
get_top_contributors()sleeps 20s between retries wheneverget_stats_contributors()returns a falsy value, which can add through 40s per repo despite that there's a commit-based fallback. The result of this causes large repos to export for a long time, so it's worth finding solutions to shorten the delay.