소스 검색

Fix docs. #623

master
Savorboard 4 년 전
부모
커밋
110bdbe73b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      docs/content/user-guide/en/cap/messaging.md

+ 1
- 1
docs/content/user-guide/en/cap/messaging.md 파일 보기

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



불러오는 중...
취소
저장