veliovgroup / mail-time

📮 Email queue extending NodeMailer with multi SMTP transports and horizontally scaled applications support

Home Page:https://www.npmjs.com/package/mail-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailtime not working when deployed

yusufola opened this issue · comments

Mailtime is working on local but when I deploy using google appengine (nodejs standard environment) and mongodb atlas it doesn't work at all, no collection is created in mongodb.

What could be the cause of this?

Thanks

Hello @yusufola ,

  1. Tell us what versions of nodejs, mongo, node-mongodb-native driver, and nodemailer you're on?
  2. Does local dev environment matches your deployment?
  3. With could computing (like Heroku, App Engine, Azure), e.g. everything not managed, dedicated, or virtual machine has no solid/continuous runtime, from google appengine docs:

Your instances with manual and basic scaling should run indefinitely, but there is no uptime guarantee. Hardware or software failures that cause early termination or frequent restarts can occur without warning and can take considerable time to resolve.

You might want to:

@yusufola any news on your end?

Closed due to silence at issue owner end.
Feel free to reopen it in case if the issue still persists on your end.