Commit 6cb1ec46096240e5ae7878e7b991ea7e7988d470
1 parent
2f9c5931
Exists in
master
and in
31 other branches
Removed old cron jobs left behind
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
misc/etc/cron.d/colab
... | ... | @@ -2,12 +2,8 @@ |
2 | 2 | |
3 | 3 | 34 2 * * * colab colab-admin rebuild_index --noinput &> /dev/null |
4 | 4 | |
5 | -0 * * * * colab colab-admin cleanup_snippets &> /dev/null | |
6 | - | |
7 | 5 | * * * * * colab colab-admin import_proxy_data &> /dev/null |
8 | 6 | |
9 | 7 | 27 3 * * * colab colab-admin clearsessions &> /dev/null |
10 | 8 | |
11 | -10 * * * * colab colab-admin update_planet &> /dev/null | |
12 | - | |
13 | 9 | * * * * * colab colab-admin import_emails &> /dev/null | ... | ... |