TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Setting Up Sidekiq with Cron Jobs

5 点作者 ruthienachmany将近 12 年前

1 comment

cheald将近 12 年前
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>