Workers not starting
paulmiller3000 opened this issue · 1 comments
paulmiller3000 commented
Describe the problem
Pipelines are not running. When executing fly -t main workers
we see that no workers are running.
To Reproduce
Steps to reproduce the behavior:
- Provision VPC
- Run
terraform apply
- Wait about 5 minutes for web to become available
- Run
fly --target main login --team-name main --concourse-url https://concourse.mydomain.com/
to authenticate - Run
fly -t main workers
Expected behavior
Expect two workers to be running
paulmiller3000 commented
Disregard. I had tried going with an Application Load Balancer instead of an Elastic Load Balancer. Everything worked except the workers. Per the blog post ALBs are not yet supported. Once I reverted to an ELB, it worked.