Hello,
From what I can tell, codeberg.org uses rate limiting through a reverse proxy of some sorts. While the ratelimits are high enough for most people to never notice, migrating a particularly large repository with a lot of issues from another Gitea/Forgejo instance can trigger them.
Currently, Gitea doesn't seem to handle 429 responses at all and I've opened an issue for that, but since there's no Retry-After header present, honoring your rate limits efficiently could prove difficult.
image
Hello,
From what I can tell, codeberg.org uses rate limiting through a reverse proxy of some sorts. While the ratelimits are high enough for most people to never notice, migrating a particularly large repository with a lot of issues from another Gitea/Forgejo instance can trigger them.
Currently, Gitea doesn't seem to handle 429 responses at all and [I've opened an issue for that](https://github.com/go-gitea/gitea/issues/23005), but since there's no Retry-After header present, honoring your rate limits efficiently could prove difficult.
