Is there anyway to get the runner by runnerId and retryAttempt #2005
Replies: 1 comment 4 replies
-
Is there a REST API endpoint that does what you're asking? Here's the documentation for the endpoint used by If you call that without any filtering it will take a very long time indeed. Perhaps if you filter by Alternative. You can also start by filtering per workflow and they filter further: https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-workflow |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
we have a huge monorepo and daily basis around 3000 runners are getting executed and I am planning to update the workflow status,job and steps statuses specific to a runner and it's respective retry.
using repository.queryWorkflowRuns().list() and then filter by runner id is very costly and it takes hours to execute
Beta Was this translation helpful? Give feedback.
All reactions