When running `runsOrError` against the GraphQL end...
# ask-community
a
When running
runsOrError
against the GraphQL endpoint, how can I tell whether a particular run has exhausted it's available retries or not? I see the
hasReExecutePermission
field. Will that flip to false once a job with, say, 3 retries exhausts those retries?
c
you can use the combination of max_retries_tag with retry_number_tag
a
Ah! I didn't see those! Which object are they associated with? The run itself?
c
those are just run tags - should be retrievable on the run
👍🏻 1