Page MenuHomePhabricator

Celery task result is cached for an unnecessarily long time
Open, LowestPublic

Description

By default, scores are cached for 15 years and task results for 1 day. I think we don't need to cache the task results for so long, since any parallel requests relying on a task result for deduplication will time out after 15 seconds. We can reduce the task result TTL to 1 minute.