processingTimeout
and redeliverInterval
units in the docs don't seem to match code.
#4048
Labels
content/incorrect-information
Content in the docs is incorrect
Describe the issue
The documentation about
processingTimeout
andredeliverInterval
states that the format is"15s"
, but the implementation seems to expect milliseconds with no unit:https://github.com/dapr/components-contrib/blob/fff4d41fb76bcc81da09b875ee0966bcaca62b2b/common/component/redis/redis.go#L141
URL of the docs
https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-redis-pubsub/
Expected content
"60000"
."0"
disables redelivery."5000"
"15000"
."0"
disables redelivery."600000"
Additional context
The behavior in our cluster matches the implementation.
The text was updated successfully, but these errors were encountered: