You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like it was done for the version sync, check that rate limit is ok.
Since the worker will handle XX messages before quiting, the given Github client might have already reached its limit when the message will be processed and then result in that error:
[2017-03-29 11:45:02] app.ERROR: [Ack] An exception occurred. Message #2 has been nack'ed. {"swarrot_processor":"ack","exception":"[object] (Github\\Exception\\ApiLimitExceedException(code: 0): You have reached GitHub hourly limit! Actual limit is: 5000 at /www/vendor/knplabs/github-api/lib/Github/HttpClient/Plugin/GithubExceptionThrower.php:37)"}
Request to retrieve all information from tag & release for a given repository.
This one only use releases:
This one only use tags:
Request to retrieve starred repositories & all information
First page:
The second one (using the
endCursor
asafter
parameter and untilhasNextPage
isfalse
):The text was updated successfully, but these errors were encountered: