Skip to content

Commit 97d2286

Browse files
committed
Corrects tag limit from 5 to 10
1 parent 2b5ca23 commit 97d2286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const myTask = task({
7575
});
7676
```
7777

78-
Reminder: you can only have up to 5 tags per run. If you call `tags.add()` and the total number of tags will be more than 5 we log an error and ignore the new tags. That includes tags from triggering and from inside the run function.
78+
Reminder: you can only have up to 10 tags per run. If you call `tags.add()` and the total number of tags will be more than 10 we log an error and ignore the new tags. That includes tags from triggering and from inside the run function.
7979

8080
### Propagating tags to child runs
8181

0 commit comments

Comments
 (0)