*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.
*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 returnsize: 0
(ex. repo). Since such behavior is strange to me, I am contacting GitHub support for that, but the answer has not come yet.