Cronjob: Try sync execute for quotas

This commit is contained in:
Raphael Michel
2020-09-09 21:53:52 +02:00
parent 878becfee9
commit 8bcc0e4641

View File

@@ -406,7 +406,7 @@ class QuotaAvailability:
@receiver(signal=periodic_task)
@minimum_interval(minutes_after_success=60)
def build_all_quota_caches(sender, **kwargs):
refresh_quota_caches.apply_async()
refresh_quota_caches.apply()
def grouper(iterable, n, fillvalue=None):