You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/workqueue/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ No requirements.
170
170
| <aname="input_concurrent-work"></a> [concurrent-work](#input\_concurrent-work)| The amount of concurrent work to dispatch at a given time. |`number`| n/a | yes |
171
171
| <aname="input_deletion_protection"></a> [deletion\_protection](#input\_deletion\_protection)| Whether to enable delete protection for the service. |`bool`|`true`| no |
172
172
| <aname="input_labels"></a> [labels](#input\_labels)| Labels to apply to the workqueue resources. |`map(string)`|`{}`| no |
173
-
| <aname="input_max-retry"></a> [max-retry](#input\_max-retry)| The maximum number of retry attempts before a task is moved to the dead letter queue. Default of 0 means unlimited retries. |`number`|`0`| no |
173
+
| <aname="input_max-retry"></a> [max-retry](#input\_max-retry)| The maximum number of retry attempts before a task is moved to the dead letter queue. Set this to 0 to have unlimited retries. |`number`|`100`| no |
| <aname="input_notification_channels"></a> [notification\_channels](#input\_notification\_channels)| List of notification channels to alert. |`list(string)`| n/a | yes |
176
176
| <aname="input_product"></a> [product](#input\_product)| Product label to apply to the service. |`string`|`"unknown"`| no |
0 commit comments