Skip to content

Commit

Permalink
Updated crontab for stats consolidation to run every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Dec 10, 2016
1 parent 91e720c commit 4386b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/cli
2 changes: 1 addition & 1 deletion install/config/crontab.init
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All system processes sleep for 10s before starting to avoid disturbing capture
*/5 * * * * sleep 10 && /usr/local/bin/webcampak stats collect
* * * * * sleep 10 && /usr/local/bin/webcampak xfer start
*/20 * * * * sleep 10 && /usr/local/bin/webcampak stats consolidate
0 * * * * sleep 10 && /usr/local/bin/webcampak stats consolidate
*/10 * * * * sleep 10 && /usr/local/bin/webcampak xfer dispatch
* * * * * sleep 10 && /usr/local/bin/webcampak alerts capture
0 6 * * * sleep 10 && /usr/local/bin/webcampak reports daily
Expand Down

0 comments on commit 4386b7f

Please sign in to comment.