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.

How a simple Node.js project turned into Iron Scheduler

11 pointsby kenfrommover 11 years ago

2 comments

cpetersoover 11 years ago
A clever idea I read about scheduling recurring jobs is to use prime numbers for interval durations to avoid inadvertent synchronization of jobs.
评论 #6982270 未加载
riffraffover 11 years ago
I don't understand how using a regex expressed over a string representation of a datetime is an improvement over the crontab format.