Is there anyway to get the runner by runnerId and retryAttempt #2005
ananta-code
started this conversation in
General
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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