Skip to content

Commit c1d2463

Browse files
chore: improve retry with mongo documentation
1 parent 221c131 commit c1d2463

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/docs/guides/durable-retries.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,16 @@ On the configuration, define the access configuration to the MongoDb instance.
132132
connectionString,
133133
database,
134134
retryQueueCollectionName,
135-
retryQueueItemCollectionName)
135+
retryQueueItemCollectionName,
136+
retrySkipIndexCreation)
136137
...
137138
)
138139
...
139140
)
140141
```
141142

143+
- `retrySkipIndexCreation`: When this parameter is included, the application will ignore the creation of its indexes.
144+
142145

143146
## How to use SQL Server as a Provider
144147

0 commit comments

Comments
 (0)