Update daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
Aaron Crawfis 2021-08-19 13:58:34 -07:00 committed by GitHub
parent 732a820160
commit 8ac7a8e599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ app.post('/dsstatus', (req, res) => {
{{< /tabs >}}
{{% alert title="👷‍♂️ Under construction 🚧" color="primary" %}}
{{% alert title="Note on message redelivery" color="primary" %}}
Some pubsub components (e.g. Redis) will redeliver a message if a response is not sent back within a specified time window. Make sure to configure metadata such as `processingTimeout` to customize this behavior. For more information refer to the respective [component references]({{< ref supported-pubsub >}}).
{{% /alert %}}