Skip to content

Commit

Permalink
Change frequency of pageview delete code (#10739)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher authored Sep 18, 2023
1 parent 1692cf9 commit ab5b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def TEMPLATES(self):
},
'every-day-delete-old-page-views': {
'task': 'readthedocs.analytics.tasks.delete_old_page_counts',
'schedule': crontab(minute=0, hour=1),
'schedule': crontab(minute=27, hour='*/6'),
'options': {'queue': 'web'},
},
'every-day-delete-old-buildata-models': {
Expand Down

0 comments on commit ab5b75c

Please sign in to comment.