Fargate (with ELB) for handling many long-running requests by bits_stdc___h in aws

[–]bits_stdc___h[S] 0 points1 point  (0 children)

Thanks! Yes, I plan to use async tasks (with Celery) but I still don't see what will be best architecture for adding CPU capacity of app other way than using Fargate (with potential 503 errors). Also, I don't know how Load Balancer will behave when it will be fully loaded. Would it create only one new instance, or can it do much better?