rennokki / laravel-aws-eb

Ready-to-deploy configuration to run Laravel on AWS Elastic Beanstalk.
484 stars 130 forks source link

Health Monitor #49

Closed mchumer closed 3 years ago

mchumer commented 3 years ago

Hi!!

I have this issue:

image

image

All this data is blank. I'm researching to find a reason but i've found nothing till now.

Does somebody have any clues?

mchumer commented 3 years ago

I've found this article.

https://www.dana.lol/2017/09/29/elastic-beanstalk-enhanced-health-reporting/

mchumer commented 3 years ago

I've figured out whats happening.. I've changed de server timezone, so Elb health was looking for files named like if it was 3 hours from now and, obviously, the file was not created yet. To solve this I quit trying to change the timezone on the server.

rennokki commented 3 years ago

@mchumer I highly recommend to keep using UTC for the server and transform the timezones within the app logic. I've been through this too.