Skip to content

Commit

Permalink
update runout reference to 429 handling
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dzeda committed Apr 3, 2024
1 parent e59c494 commit 5e6922f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _includes/build/requesting_data_runouts.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ <h4>Start a Job using 'runout' with /Group Explanation</h4>
<p>
If the request was successful, a 202 Accepted response code will be returned and the response will include a Content-Location header. The value of the Content-Location header indicates the location to check for job status and outcome. In the example header above, the number 42 in the URL represents the ID of the export job. The claims returned in the job will be filtered to have a serviceDate of 12/31/2020 or before.
</p>
<p>
If you're already requesting data from one endpoint and try to request data from that endpoint again while the first request is processing, you'll receive a 429 Too Many Requests error.
</p>
<p>
If you're already requesting data from one endpoint and try to request data from that endpoint again while the first request is processing, you'll receive a 429 Too Many Requests error. For guidance on how to handle 429 errors, refer to our <a href="#handling-429-error">best practices</a>.
</p>


<h3>Step 3: Check the job status</h3>
<p>See <a href="#checkJob" class="in-text__link"><em>Step 3: Check the job status</em></a> in the Request Data section above.</p>
Expand Down

0 comments on commit 5e6922f

Please sign in to comment.