Ver a proveniência

Fix docs. #623

master
Savorboard há 4 anos
ascendente
cometimento
110bdbe73b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      docs/content/user-guide/en/cap/messaging.md

+ 1
- 1
docs/content/user-guide/en/cap/messaging.md Ver ficheiro

@@ -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.



Carregando…
Cancelar
Guardar