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 8484e8a commit 8cbf746Copy full SHA for 8cbf746
README.md
@@ -51,6 +51,13 @@ To run it once a day at a specific time try something like:
51
04 16 * * * cd /home/johns/dev/synthesize-events && /usr/bin/npm run runProd >> /home/johns/cronoutput-synthesize.txt 2>&1
52
```
53
54
+In conjuction with transfer-events and using UTC timezone:
55
+```
56
+TZ=UTC
57
+03 0 * * * cd /home/johns/dev/transfer-events && /usr/bin/npm run runProd >> /home/johns/cronoutput.txt 2>&1
58
+06 0 * * * cd /home/johns/dev/synthesize-events && /usr/bin/npm run runProd >> /home/johns/cronoutput-synthesize.txt 2>&1
59
60
+
61
`which npm` to determine npm path (path isn't always setup with crontab)
62
63
4:00pm Pacific time
0 commit comments