Skip to content

Commit b6a47e0

Browse files
authored
cannot sleep 1 month - it's 30d
vercel/ms#57
1 parent 6e14025 commit b6a47e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2022-01-24-workflows-part-I.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async function SendReminderEmail(user: string) {
132132
// Thanks to Temporal's retry policy, we already
133133
// tried twice, better luck next month 🍀
134134
}
135-
await sleep("1 month");
135+
await sleep("30d");
136136
}
137137
}
138138
```

0 commit comments

Comments
 (0)