We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f1a16 commit a0d4061Copy full SHA for a0d4061
1 file changed
api/organisations/tasks.py
@@ -96,7 +96,7 @@ def update_organisation_subscription_information_influx_cache(): # type: ignore
96
subscription_info_cache.update_caches((SubscriptionCacheEntity.INFLUX,))
97
98
99
-@register_task_handler()
+@register_task_handler(timeout=timedelta(minutes=5))
100
def update_organisation_subscription_information_cache() -> None:
101
subscription_info_cache.update_caches(
102
(SubscriptionCacheEntity.CHARGEBEE, SubscriptionCacheEntity.INFLUX)
0 commit comments