·background-job-orchestrator
</>

background-job-orchestrator

擅长使用 Bull/BullMQ (Redis)、Celery 和云队列进行后台作业处理。实现重试、调度、优先级队列和工作人员管理。用于异步任务处理、电子邮件活动、报告生成、批处理操作。在“后台作业”、“异步任务”、“队列”、“worker”、“BullMQ”、“Celery”上激活。不适用于实时 WebSocket 通信、同步 API 调用或简单的 setTimeout 操作。

11安装·0热度·@curiositech

安装

$npx skills add https://github.com/curiositech/some_claude_skills --skill background-job-orchestrator

如何安装 background-job-orchestrator

通过命令行快速安装 background-job-orchestrator AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/curiositech/some_claude_skills --skill background-job-orchestrator
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:curiositech/some_claude_skills。

SKILL.md

查看原文

Expert in designing and implementing production-grade background job systems that handle long-running tasks without blocking API responses.

Problem: Failed jobs disappear with no visibility or recovery path.

| Send welcome email on signup | ✅ Yes - can take 2-5 seconds | | Charge credit card | ⚠️ Maybe - depends on payment provider latency | | Generate PDF report (30 seconds) | ✅ Yes - definitely background | | Fetch user profile from DB | ❌ No - milliseconds, keep synchronous | | Process video upload (5 minutes) | ✅ Yes - always background |

擅长使用 Bull/BullMQ (Redis)、Celery 和云队列进行后台作业处理。实现重试、调度、优先级队列和工作人员管理。用于异步任务处理、电子邮件活动、报告生成、批处理操作。在“后台作业”、“异步任务”、“队列”、“worker”、“BullMQ”、“Celery”上激活。不适用于实时 WebSocket 通信、同步 API 调用或简单的 setTimeout 操作。 来源:curiositech/some_claude_skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/curiositech/some_claude_skills --skill background-job-orchestrator
分类
</>开发工具
认证
收录时间
2026-03-09
更新时间
2026-03-10

Browse more skills from curiositech/some_claude_skills

快速解答

什么是 background-job-orchestrator?

擅长使用 Bull/BullMQ (Redis)、Celery 和云队列进行后台作业处理。实现重试、调度、优先级队列和工作人员管理。用于异步任务处理、电子邮件活动、报告生成、批处理操作。在“后台作业”、“异步任务”、“队列”、“worker”、“BullMQ”、“Celery”上激活。不适用于实时 WebSocket 通信、同步 API 调用或简单的 setTimeout 操作。 来源:curiositech/some_claude_skills。

如何安装 background-job-orchestrator?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/curiositech/some_claude_skills --skill background-job-orchestrator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/curiositech/some_claude_skills