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.

Setting Up Sidekiq with Cron Jobs

5 pointsby ruthienachmanyalmost 12 years ago

1 comment

chealdalmost 12 years ago
I wrote Gaspar for this purpose. It&#x27;s basically a wrapper around rufus with some process control and redis locks per job so that you can run a schedule in any number of processes and it&#x27;ll &quot;just work&quot;. The nice thing about this setup is that it doesn&#x27;t require booting the whole environment for each job, which means that frequent jobs are easy.<p><a href="https://github.com/mashable/gaspar" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mashable&#x2F;gaspar</a>