Remove duplicate paragraph in celery tasks documentation (#7392)

This commit is contained in:
Thoralf Gutierrez
2019-06-08 09:20:49 -07:00
committed by Maxime Beauchemin
parent 38abf4e073
commit f3e5805b92

View File

@@ -691,10 +691,6 @@ users are active on the platform.
Celery Tasks
------------
On large analytic databases, it's common to run background jobs, reports
and/or queries that execute for minutes or hours. In certain cases, we need
to support long running tasks that execute beyond the typical web request's
timeout (30-60 seconds).
On large analytic databases, it's common to run queries that
execute for minutes or hours.