Skip to content

Commit a0d4061

Browse files
authored
fix: increase task timeout (#5456)
1 parent f2f1a16 commit a0d4061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/organisations/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def update_organisation_subscription_information_influx_cache(): # type: ignore
9696
subscription_info_cache.update_caches((SubscriptionCacheEntity.INFLUX,))
9797

9898

99-
@register_task_handler()
99+
@register_task_handler(timeout=timedelta(minutes=5))
100100
def update_organisation_subscription_information_cache() -> None:
101101
subscription_info_cache.update_caches(
102102
(SubscriptionCacheEntity.CHARGEBEE, SubscriptionCacheEntity.INFLUX)

0 commit comments

Comments
 (0)