ljnic
05/02/2023, 7:47 PMjson
{
"resourceType": "Subscription",
"status": "active",
"reason": "Second subscription for testing",
"criteria": "Person",
"channel": {
"type": "rest-hook",
"endpoint": "..."
},
"id": "21f33923-220b-479d-a224-40d45fb81514",
"meta": {
"versionId": "72731b38-4bce-481d-b848-61ad84037d04",
"lastUpdated": "2023-05-02T19:33:21.650Z",
"author": {
"reference": "Practitioner/f22dc77f-61cf-4b90-a784-603e50c62d80",
"display": "Medplum Admin"
},
"project": "0ca9b9d5-c8fb-439e-8241-98d7b4f485d2",
"compartment": [
{
"reference": "Project/0ca9b9d5-c8fb-439e-8241-98d7b4f485d2"
}
]
},
"extension": [
{
"url": "http://medplum.com/fhir/StructureDefinition/subscription-max-attempts",
"valueInteger": 3
}
]
}
which should limit retries to 3, but it continues anyway. Am I missing something?rahul1
05/02/2023, 10:03 PMhttps:
https://medplum.com/fhir/StructureDefinition/subscription-max-attemptsrahul1
05/02/2023, 10:03 PMrahul1
05/02/2023, 10:15 PMljnic
05/03/2023, 12:25 PMljnic
05/03/2023, 12:25 PM