Merge Request #50

Closed
softwarepublico/colab!50
Created by Carlos Coêlho

Cron fix

Fixed cronjob to hourly clean up expired snippets instead of every minute from 1:00 AM till 1:59 PM.

Assignee: Lucas Kanashiro
Milestone: None

Closed by Carlos Coêlho

Changes were not merged into target branch

Commits (1)
2 participants
misc/etc/cron.d/colab
... ... @@ -2,7 +2,7 @@
2 2  
3 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 7 */5 * * * * colab colab-admin update_badges &> /dev/null
8 8  
... ...