chirag04 / mail-listener2

Mail listener library for node.js. Get notification when new email arrived.
MIT License
245 stars 116 forks source link

Question: concurrency issues in case of multiple deploy on docker containers #84

Open giacomobartoli opened 4 years ago

giacomobartoli commented 4 years ago

I created a backend app that is listening on a single email box. If I deploy this app on two containers (same version of the code deployed on 1 cluster with 2 docker containers), will I incur in concurrency issues?

Thanks in advance,