agrc / gis.utah.gov

The official UGRC website
https://gis.utah.gov
MIT License
25 stars 41 forks source link

SGID Index Validator workflow hitting rate limits #2751

Closed stdavis closed 5 months ago

stdavis commented 5 months ago

The scheduled runs for the sgid index validation workflow are consistently hitting secondary rate limits when an existing issue is open:

image

Here's a similar issue from the action that is causing the issue: https://github.com/JasonEtco/create-an-issue/issues/142

Perhaps we need to roll our own step using actions/github-script?

The manual runs of the workflow seem to run without any issues.

steveoh commented 5 months ago

Could we try changing the time of the scheduled run or the token the api request is coming from? Could it use the ugrc app creds?

steveoh commented 5 months ago

closed by #2759

stdavis commented 5 months ago

Hopefully. 🤞 We won't know for sure until it has run as a scheduled task for a few nights.

stdavis commented 5 months ago

It ran successfully last night. Hopefully, that's the end of the rate limit issues.