Run crontab for processor every hour

Now that we are locking stackalytics-processor we can increase the
interval to re-run it.

Change-Id: I27229d30d17f0df1870f354b16c935fdb4902654
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-11-08 20:12:38 -05:00
parent 0bd425ffad
commit acf4555250
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#
class stackalytics (
$stackalytics_ssh_private_key,
$cron_hour = '*/8',
$cron_hour = '*/1',
$cron_minute = '0',
$gerrit_ssh_user = 'stackalytics',
$git_revision = 'master',