Periodically verify the status of messages sent over mycelium
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -438,6 +438,16 @@
|
||||
"Processed"
|
||||
]
|
||||
},
|
||||
"TransportStatus": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Queued",
|
||||
"Sent",
|
||||
"Delivered",
|
||||
"Read",
|
||||
"Failed"
|
||||
]
|
||||
},
|
||||
"MessageType": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
@@ -779,6 +789,12 @@
|
||||
},
|
||||
"status": {
|
||||
"$ref": "#/components/schemas/MessageStatus"
|
||||
},
|
||||
"transport_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"transport_status": {
|
||||
"$ref": "#/components/schemas/TransportStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user