chirag04/mail-listener2

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

Opened this issue · 0 comments

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,