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: docs/v3/tags.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "Tags allow you to easily filter runs in the dashboard and when usi
5
5
6
6
## What are tags?
7
7
8
-
We support up to 3 tags per run. Each one must be a string between 1 and 64 characters long.
8
+
We support up to 5 tags per run. Each one must be a string between 1 and 64 characters long.
9
9
10
10
We recommend prefixing your tags with their type and then an underscore or colon. For example, `user_123456` or `video:123`.
11
11
@@ -75,7 +75,7 @@ export const myTask = task({
75
75
});
76
76
```
77
77
78
-
Reminder: you can only have up to 3 tags per run. If you call `tags.add()` and the total number of tags will be more than 3 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 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.
0 commit comments