[x]
):When i try to migrate a big GitHub repo, i see that the API limit is reached in the logs, but as an end-user, i see just "migration failed" without reason.
Please show it also to the user and what they can do.
API rate limit of 5000 still exceeded until 2020-10-21 16:33:28 +0200 CEST
Just wait and try again.
Related to https://github.com/go-gitea/gitea/issues/13241
modules/task/task.go:51:handle() [E] Run task failed: GET https://api.github.com/repos/NixOS/nixpkgs: 403 API rate limit of 5000 still exceeded until 2020-10-21 16:33:28 +0200 CEST, not making remote request. [rate reset in 34m49s]
A repository notice is always created if there is a failure.
That is of course slightly opaque.
Ah, but the error should be being set on the task...
Just wait and try again.
For big repos retry will fail too -- something like sleep+resume migration might work?
let's deal with one problem at a time
Most helpful comment
let's deal with one problem at a time