Skip to content

Commit 54566ac

Browse files
committed
Updated best-practices.mdx
1 parent f104db0 commit 54566ac

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

contents/docs/workflows/best-practices.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ If sending to external channels (e.g. Slack, SMS, webhooks), treat them as equal
6262

6363
### Test workflows in a safe environment or subset first (staging/small user group)
6464

65-
Before a full rollout: test with internal users or a small percentage of real users. Monitor delivery (for emails/messages), event logs, user property updates, or other side-effects. Watch for unintended behavior: e.g. multiple emails, loops (if your workflow triggers events that retrigger the same workflow), or delays stacking up.
65+
Before a full rollout: test with internal users or a small percentage of real users. Monitor delivery for emails and messages, event logs, user property updates, or other side-effects. Watch for unintended behavior:
66+
- multiple emails
67+
- loops (i.e. your workflow triggers events that retrigger the same workflow)
68+
- delays stacking up
6669

6770
## Observability and limits
6871

src/navs/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5136,12 +5136,6 @@ export const docsMenu = {
51365136
icon: 'IconDatabase',
51375137
color: 'orange',
51385138
},
5139-
{
5140-
name: 'Best practices',
5141-
url: '/docs/workflows/best-practices',
5142-
icon: 'IconStar',
5143-
color: 'red',
5144-
},
51455139
{
51465140
name: 'Guides',
51475141
},
@@ -5157,6 +5151,12 @@ export const docsMenu = {
51575151
icon: 'IconDatabase',
51585152
color: 'blue',
51595153
},
5154+
{
5155+
name: 'Best practices',
5156+
url: '/docs/workflows/best-practices',
5157+
icon: 'IconStar',
5158+
color: 'red',
5159+
},
51605160
{
51615161
name: 'Resources',
51625162
},

0 commit comments

Comments
 (0)