-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tasks stuck in loop when service discovery is enabled #39
Comments
Thanks for the bug report! Could you attach your deployfish.yml so we can try to replicate your issue here? |
Sure thing, here's the relevant service from my deployfish.yml and output from the CLI. Don't mind the stuff about traefik. I'm basically spinning up a php service.
I'm able to initiate creating the service but then it repeatedly goes into this in my cli before failing deployment. Tasks in the ECS dashboard go into an endless cycle of activating, provisioning, etc. At first glance everything seems to run fine and the service appears to be up, but if you switch to the stopped tasks you see all the dead ones. If I remove the block about service discovery it works fine.
|
When I enable service discovery my tasks go into "activating" status and then stop, get recreated again, etc.
Not entirely sure how to fix, but I was doing some digging and this might be of help. Adding some extra config around healthchecks:
https://forums.aws.amazon.com/thread.jspa?threadID=283572
The text was updated successfully, but these errors were encountered: