Hello! I am doing a POC of dagster open source on ECS using Fargate. When executing a job it take about a minute to start up the job instance on fargate. Is there a similar start up time for jobs in Dagster Cloud?
s
Shalabh Chaturvedi
05/12/2023, 8:58 PM
Hi Noam, Dagster Cloud Serverless uses Fargate and yes, the typical startup time is about a minute. This is just how long Fargate seems to take to provision and launch a container. We do provide an alternative Non-isolated runs option in Cloud that is faster, but not recommended if you have compute or memory intensive jobs.