Skip to content

v0.42.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 27 Aug 15:22
bcbb673

🚀 Enhancements

Set healtcheck value to aws default one @florian0410 (#194)

what

why

  • When deploying an empty environment (no application package deployed), AWS deploy a basic app. Its default process healthcheck is pointing to "/" in that case and not "/healthcheck".
  • During many test, I got the situation where I wanted to update my environment without application just for testing. In the end, i forgot to setup this healthcheck value and lost a lot of time since I had to wait for beanstalk timeout. It does not occurs on first deployment it seems.

Note

I'm not sure if we also deploy an application package for the tests, in that module, I should add the default value to var file else.