Closed yarikoptic closed 1 year ago
@yarikoptic In this case, the rate limit was likely exceeded because no GITHUB_TOKEN
envvar was set, and so datalad-installer was making unauthenticated requests.
please then set it there to some token for that repo -- I think you have full set of permissions there.
@yarikoptic PR to set token: https://github.com/DanielDent/git-annex-remote-rclone/pull/60
Let's address this issue by catching exception and if it talks about rate limit exceeded
:
see e.g. https://github.com/DanielDent/git-annex-remote-rclone/actions/runs/3750292044/jobs/6370226146 for https://github.com/DanielDent/git-annex-remote-rclone/pull/59
apparently it is a "new" issue in this repo, and which is odd ! could we then accompany that crash with status about rate limits we have at that point like we do in cron job for tinuous on smaug
to see if we do really? or should we just retry few times?