Hi,
We have a PHP application that connects on an M365 email address via IMAP.
Sometimes, our PHP worker is completely frozen, doesn't respond to any kill command (except kill -9 of course).
From the network side, we can see that the TCP connection is established, and from debugging tools, our application is waiting in "READ" mode on the socket (forever, no timeout is working even if its set).
When we kill the worker and restart it, it works again (for few minutes/hours) until freezing again.
What we are wondering, is there any request limit (X requests per min/hour/day/...)? Does Microsoft temporary "blacklisting" us? Anything else...?
Thanks in advance for your help :)