We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298c062 commit 2a730feCopy full SHA for 2a730fe
scripts/demo-email-notifications/README.md
@@ -10,7 +10,7 @@ This script does 2 things:
10
1. Config scheduler to run more often so we don't have to wait to long for triggering notification, like every minute:
11
12
```sh
13
-2CRON_CANDIDATE_REVIEW=0 */1 * * * *
+ CRON_CANDIDATE_REVIEW=0 */1 * * * *
14
CRON_INTERVIEW_COMING_UP=0 */1 * * * *
15
CRON_INTERVIEW_COMPLETED=0 */1 * * * *
16
CRON_POST_INTERVIEW=0 */1 * * * *
0 commit comments