Open alon-dotan-starkware opened 1 month ago
@alon-dotan-starkware Do you happen to know in what situations this triggers?
When we have many actions running and we reaching github API rate limits
@alon-dotan-starkware Does the rate limit go away if you set the following?
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
No, its very common issue you can see it a cross multiple plugins, its based in poor impl.of the http client under the toolkit package
we using lot of steps in our ci, which brings use pretty often to scenarios when we hit the API rate limits... for example:
Is it possible to make the upload cache flow optional and to do not failed the entire ci when the upload is not available?