Updating to a generic message and linking component docs

Suggestion from @AaronCrawfis

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
tstojecki 2021-08-17 10:48:58 +02:00 committed by GitHub
parent a735547d7b
commit 732a820160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -416,7 +416,9 @@ app.post('/dsstatus', (req, res) => {
{{< /tabs >}}
Some pubsub components (e.g.: Redis) will redeliver a message if a response is not sent back within a specified time window. For redis, the default is 60 sec and can be configured through the processingTimeout setting in component's meta or set to 0 to disable this behavior.
{{% alert title="👷‍♂️ Under construction 🚧" 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 %}}
## (Optional) Step 5: Publishing a topic with code