amzn / oss-dashboard

A dashboard for viewing many GitHub organizations at once.
Apache License 2.0
159 stars 40 forks source link

Handle 409 Conflict error #113

Closed kaakaa closed 7 years ago

kaakaa commented 7 years ago

*Issue #, if available: #102

*Description of changes: When octokit returns 409 conflict, treating it as passed=false and don't put back on queue.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

NOTE: This repository returns size: 56 through REST API, but has no commit(empty repository). And some non-empty repository may return size: 0 (ex. repo). Since such behavior is strange to me, I am contacting GitHub support for that, but the answer has not come yet.

hyandell commented 7 years ago

Thank you!