Yuto Suzuki

Results 4 issues of Yuto Suzuki

This condition represent config doesn't have `load_balancer_name` key, so I think it would be oposite condition. `if !load_balancer_given?` https://github.com/eagletmt/hako/blob/master/lib/hako/schedulers/ecs_elb_v2.rb#L54 And also it is the same pattern at target group section...

I tried to implement multi target group. It supported on Jul. https://aws.amazon.com/jp/about-aws/whats-new/2019/07/amazon-ecs-services-now-support-multiple-load-balancer-target-groups/ Would it be alright to continue with this plan? Please review this PR!

Assignees must be assigned up to 10, as #94 mentioned. so, I would want option to set assigned as team not individual members to assignees.

We've ran into an issue where we set timeouts, but during high traffic/requests dax seems to not properly timeout. We setup our dax client as below... ```go sess := session.Must(session.NewSession())...