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
When starting many workflows at once we can hit the GH rate limiter (we are no authenticated as a user currently) and this results in a 422 Unprocessable Entity
2021-01-26 22:40:54.960 ERROR 1 --- [flow-service-98] o.i.a.w.service.NextflowService : nextflow runtime exception
nextflow.exception.AbortOperationException: API rate limit exceeded -- Provide your GitHub user name and password to get a higher rate limit
at nextflow.scm.RepositoryProvider.checkResponse(RepositoryProvider.groovy:170) ~[nextflow-20.07.1.jar!/:na]
at nextflow.scm.RepositoryProvider.invoke(RepositoryProvider.groovy:126) ~[nextflow-20.07.1.jar!/:na]
at nextflow.scm.RepositoryProvider.memoizedMethodPriv$invokeAndParseResponseString(RepositoryProvider.groovy:209) ~[nextflow-20.07.1.jar!/:na]
at jdk.internal.reflect.GeneratedMethodAccessor299.invoke(Unknown Source) ~[na:na]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
...
When starting many workflows at once we can hit the GH rate limiter (we are no authenticated as a user currently) and this results in a
422 Unprocessable Entity
Response:
Log from Management:
Nextflow has a way of doing this built-in, just need to add the config options to management: https://www.nextflow.io/docs/latest/sharing.html#github-credentials
The text was updated successfully, but these errors were encountered: