raster-foundry / raster-foundry

The Raster Foundry web application.

Home Page:https://www.rasterfoundry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize campaign clone and user bulk create endpoint

aaronxsu opened this issue · comments

When a campaign has a large number of projects with a large number of tasks, these two endpoints may time out, since both of them copy annotation projects and tasks under the hood.

This issue is to optimize these two endpoints by using parTraverse to see if this could buy us good amount of time. h/t @notthatbreezy