itay livni
02/06/2020, 5:42 AMChris White
02/06/2020, 5:47 AMRemoteEnvironment
+ Docker storage for your Flow. In this case the Agent will create a single FargateTask for each flow run it submits.
If you find that you want to configure the FargateTask for each flow run individually (e.g., very particular memory / resource requirements), then you should consider the FargateTaskEnvironment
with the FargateAgent
. This will result in two fargate tasks: one which will pull your Flow, and then the one that your FargateTaskEnvironment
will create with your specificationsjosh
02/06/2020, 2:37 PMitay livni
02/06/2020, 5:25 PMjosh
02/06/2020, 5:44 PMitay livni
02/06/2020, 6:08 PM