TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What tools do you or your company use to schedule emails?

3 pointsby xueyonggalmost 4 years ago
I think its just too insane to query the db X mins just to check if there are any scheduled emails to send out.<p>I also think its too heavy to create your own scheduler just for a simple scheduling feature. And I feel the application will bloat up adding such a relatively big implementation for such small task. And you will also need to handle another workflow when the server restarts (intentional upgrades of server for example)<p>What tools are you all using? Ideally a free service or some reasonably priced service that will do this scheduling for you. And you can just use it via API.<p>CHEERS from Singapore!

1 comment

rozenmdalmost 4 years ago
&gt; I think its just too insane to query the db X mins just to check if there are any scheduled emails to send out<p>That&#x27;s exactly what I do, took maybe 10 minutes to put together - runs once a week, and calculates a bunch of statistics that get emailed out once a week.
评论 #27613101 未加载