Community-App crashes (and a new task is spun up) 146 times in 1 week. This frequently accompanied by a "micro outage" of a minute or so. These outages are reported like this in Slack:  These can be seen in bulk in Opsgenie here:  The community-app task restarting ([can be seen here](https://us-east-1.console.aws.amazon.com/cloudwatch/home?region=us-east-1#logsV2:logs-insights$3FqueryDetail$3D$257E$2528end$257E0$257Estart$257E-604800$257EtimeType$257E$2527RELATIVE$257Eunit$257E$2527seconds$257EeditorString$257E$2527fields*20*40timestamp*2c*20*40message*0a*7c*20sort*20*40timestamp*20desc*0a*7c*20filter*20*40message*20like*20*2fServer*20listening*20on*20port*203000*20in*20production*20mode*2f$257EisLiveTail$257Efalse$257EqueryId$257E$2527bd1940e6-35cd-4ebd-8310-688019c4f3f2$257Esource$257E$2528$257E$2527*2faws*2fecs*2fcommunity-app$2529$2529)):  ``` fields @timestamp, @message | sort @timestamp desc | filter @message like /Server listening on port 3000 in production mode/ ``` Note the 146 # in the image above. This number should be zero or close to zero. Further note: Every restart doesn't reflect as an outage in Opsgenie, but I assume that every restart causes a small disruption to our user base.