Bläddra i källkod

Fix docs. #623

master
Savorboard 4 år sedan
förälder
incheckning
110bdbe73b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      docs/content/user-guide/en/cap/messaging.md

+ 1
- 1
docs/content/user-guide/en/cap/messaging.md Visa fil

@@ -32,7 +32,7 @@ The consumer method is executed when the Consumer receives the message and will

## Data Cleanup

There is an `ExpiresAt` field in the database message table indicating the expiration time of the message. When the message is sent successfully, status will be changed to `Successed`, and `ExpiresAt` will be set to **1 hour** later.
There is an `ExpiresAt` field in the database message table indicating the expiration time of the message. When the message is sent successfully, status will be changed to `Successed`, and `ExpiresAt` will be set to **1 day** later.

Consuming failure will change the message status to `Failed` and `ExpiresAt` will be set to **15 days** later.



Laddar…
Avbryt
Spara