When you have autoConnectRetry=true, is it possible to catch when the connection resumes?
I have a backup system, where some non-essential operations are stored in a file if mongo connection fails. I'm processing the operations from this file on application startup but I would also like to process them when the connection resumes.