Skip to content

Commit 6b3e960

Browse files
committed
docs: default no retry
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
1 parent d851d66 commit 6b3e960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

job/job.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type Message struct {
2424
Payload []byte `json:"body"`
2525

2626
// RetryCount set count of retry
27-
// default is 10
27+
// default is 0, no retry.
2828
RetryCount int64 `json:"retry_count"`
2929

3030
// RetryDelay set delay between retry

0 commit comments

Comments
 (0)