Skip to content

Commit

Permalink
Merge pull request #1244 from rapidpro/squash-contact-activity
Browse files Browse the repository at this point in the history
Squash contacts activities counts every 15min
  • Loading branch information
norkans7 authored Sep 24, 2024
2 parents ee58f09 + 317f0aa commit e8864a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ureport/settings_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@
},
"stats_activities_squash": {
"task": "stats.squash_contact_activities_counts",
"schedule": timedelta(hours=6),
"schedule": timedelta(minutes=15),
"relative": True,
"options": {"queue": "slow"},
},
Expand Down

0 comments on commit e8864a6

Please sign in to comment.