daita-technologies / backend

Backend system for the DAITA platform.
http://app.daita.tech
GNU Affero General Public License v3.0
3 stars 1 forks source link

Download speed #112

Closed pcaversaccio closed 1 year ago

pcaversaccio commented 2 years ago

The current download speed is rather low because we use ECS and AWS Fargate and there is a cold start. If the number of images is rather low we should directly use Lambda functions. For the larger image volumes, we need to think about warm start solutions rather than cold start.

pcaversaccio commented 2 years ago

@ttattl since you mentioned to me that you've already deployed this and are currently testing, should I include this issue as part of the Changelog here https://github.com/daita-technologies/backend/pull/104#issue-1253797163?

ttattl commented 2 years ago

yeah, you can do it @pcaversaccio

pcaversaccio commented 2 years ago

@ttattl I will not retrospectively change the Changelog. We can include that in the next Changelog once this issue can be resolved.