Question: is the serverless container/agent always running such that I can send an API call to run a one-off job/graph at any point with no spin up? Or is there some spinup init time before the job will run?
d
daniel
10/04/2022, 10:25 PM
Hey David - every run happens in its own isolated task, so there's some spin-up time to allocate the resources there for each run.
d
David Merritt
10/04/2022, 10:27 PM
thanks - can you give me a rough estimate on the time that takes? 30s, 2min, 5min, 10min?
d
daniel
10/04/2022, 10:30 PM
right now I'd expect you to see ~1min on average - one of our big priorities right now on the engineering side is bringing that down while still guaranteeing isolation between runs