Maurizio Vitale
Maurizio Vitale
Raised an issue in this way we can check. https://issues.alfresco.com/jira/browse/ADF-3675
https://github.com/nrwl/nx-set-shas/pull/143 @meeroslav I have created a PR if you are interested to that
It looks like there plugin-retry of octokit is using [const retryAfter = Math.pow((options.request.retryCount || 0) + 1, 2);](https://github.com/octokit/plugin-retry.js/blob/f29b398b023690e9c265be72126d8044cd91c60f/src/error-request.ts#L13) as value for retry.
Managed to override the retryAfterBaseValue to have a different delay
> > It looks like there plugin-retry of octokit is using > > [const retryAfter = Math.pow((options.request.retryCount || 0) + 1, 2);](https://github.com/octokit/plugin-retry.js/blob/f29b398b023690e9c265be72126d8044cd91c60f/src/error-request.ts#L13) > > as value for retry. > >...
Code pushed https://github.com/actions/github-script/pull/355
> @mauriziovitale What about query and audit service names used by ADF, i.e. rb-query and rb-audit? The `query` is not a problem because the service is already called `name: query`...