]> git.ipfire.org Git - ipfire.org.git/blob - src/crontab/ipfire
Implement drip campaigns
[ipfire.org.git] / src / crontab / ipfire
1 SHELL=/bin/bash
2
3 # Update blog feeds once an hour
4 0 * * * * nobody ipfire.org update-blog-feeds
5
6 # Scan for release files once an hour
7 0 * * * * nobody ipfire.org scan-files
8
9 # Send messages
10 * * * * * nobody ipfire.org send-all-messages
11
12 # Run campaigns
13 */5 * * * * nobody ipfire.org run-campaigns
14
15 # Cleanup once an hour
16 30 * * * * nobody ipfire.org cleanup
17
18 # Check mirrors once every 30 min
19 */30 * * * * nobody ipfire.org check-mirrors
20
21 # Tweet once a week
22 0 8 * * * nobody sleep ${RANDOM} && ipfire.org tweet