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
I'm fairly new to OpenAPI, Stoplight and Spectral so apologies in advance for my lack of knowledge.
I'm adding to my company's API codebase and when linting yaml files in our repo, GitHub fails the job stating:
Error: You have exceeded a secondary rate limit. Please wait a few minutes before you try again.
This is the job that I'm trying to run:
name: Validate OpenAPI yaml files in the repo uses: stoplightio/[email protected] with: file_glob: '/reference/**/*.{yaml,yml}'
I'm wondering if there's any way to add a delay in between linting individual files? Or is there any other practice/method for avoiding a secondary rate limit?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm fairly new to OpenAPI, Stoplight and Spectral so apologies in advance for my lack of knowledge.
I'm adding to my company's API codebase and when linting yaml files in our repo, GitHub fails the job stating:
Error: You have exceeded a secondary rate limit. Please wait a few minutes before you try again.
This is the job that I'm trying to run:
name: Validate OpenAPI yaml files in the repo uses: stoplightio/[email protected] with: file_glob: '/reference/**/*.{yaml,yml}'
I'm wondering if there's any way to add a delay in between linting individual files? Or is there any other practice/method for avoiding a secondary rate limit?
Thanks,
Justen
Beta Was this translation helpful? Give feedback.
All reactions