Skip to content

Commit

Permalink
Merge pull request #1 from HL7/add-429-guidance
Browse files Browse the repository at this point in the history
Add Retry-After (429) guidance
  • Loading branch information
jmandel authored Jul 17, 2024
2 parents 3d35b65 + 3435e9b commit 3754690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions input/pagecontent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ Examples include but are not limited to:
* Each entry in the `batch-response` bundle SHALL provide a status code indicating whether the submission was accepted
* Accepted entries SHOULD be available for read/search immediately after submission, but MAY be subjected to additional ingestion workflow steps

CGM Data Receivers MAY respond with HTTP status code 429 (Too Many Requests) if a client is submitting data too frequently. When using this response, Receivers MAY include a `Retry-After` header specifying a time duration in seconds. For example: `Retry-After: 3600` suggests waiting one hour before the next submission attempt. This approach is complementary to, not a replacement for, pre-arranged submission schedules.

### CGM Data Submission: Standing Orders

**☛ See [Example Order ("Send a summary every two weeks")](ServiceRequest-cgmDataSubmissionStandingOrderExample.json.html#root)**
Expand Down

0 comments on commit 3754690

Please sign in to comment.