Hi all 
I received this email from the CEO of a company:
I asked what he switched to in production, and he answered:
Any ideas?
I received this email from the CEO of a company:
Code:
I've found that openresty lua is very good for MVP and prototyping, but can not be safely used in production.
Particularly, socket connections to mysql and redis are dying silently on a high load condition.
You connect, check that the result of connection is OK, then try to read from mysql/redis and it just silently fails.
It happens from time to time and hard to catch, but makes it unusable in production.
There are some issues regarding this problem on the github with no solution provided.
Just for your information.
I asked what he switched to in production, and he answered:
Code:
nginx on a front with node.js microservice workers
Any ideas?