Skip to content

Commit

Permalink
cannot sleep 1 month - it's 30d
Browse files Browse the repository at this point in the history
  • Loading branch information
gianpaj committed Feb 15, 2022
1 parent 6e14025 commit b6a47e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2022-01-24-workflows-part-I.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async function SendReminderEmail(user: string) {
// Thanks to Temporal's retry policy, we already
// tried twice, better luck next month 🍀
}
await sleep("1 month");
await sleep("30d");
}
}
```
Expand Down

0 comments on commit b6a47e0

Please sign in to comment.