Commit 2197dbfa2f88b7d5e30b31843e12ead663e47cd5
Exists in
master
and in
32 other branches
Merge branch 'cron_fix' into 'master'
Cron fix Fixed cronjob to hourly clean up expired snippets instead of every minute from 1:00 AM till 1:59 PM. See merge request !50
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
misc/etc/cron.d/colab
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | 2 | ||
3 | 34 2 * * * colab colab-admin rebuild_index --noinput &> /dev/null | 3 | 34 2 * * * colab colab-admin rebuild_index --noinput &> /dev/null |
4 | 4 | ||
5 | -* 1 * * * colab colab-admin cleanup_snippets &> /dev/null | 5 | +0 * * * * colab colab-admin cleanup_snippets &> /dev/null |
6 | 6 | ||
7 | */5 * * * * colab colab-admin update_badges &> /dev/null | 7 | */5 * * * * colab colab-admin update_badges &> /dev/null |
8 | 8 |