Commit 8bdf681
fix(usage): raise time limit and lower frequency (#2672)
fix(usage): raise time limit and lower frequency
As discussed with @majamassarini in the DMs, there are numerous occurencies of the hourly usage statistics caching not meeting the Celery deadline. Therefore adjusting both timeout and frequency.
• Timeout: 1800s → 3600s
30min → 60min
To make sure it doesn't spam Sentry with unnecessary exceptions.
• Frequency: 3600s → 10800s
1hr → 3hr
To avoid parallel runs of the same task and also to avoid congestion
with other tasks (e.g., regular jobs).
Reviewed-by: Maja Massarini
Reviewed-by: Laura Barcziová1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments