什么是 celery-patterns?
Celery 任务模式包括任务定义、重试策略、周期性任务和最佳实践。在实现后台任务、计划作业或异步处理时使用。 来源:kjnez/claude-code-django。
Celery 任务模式包括任务定义、重试策略、周期性任务和最佳实践。在实现后台任务、计划作业或异步处理时使用。
通过命令行快速安装 celery-patterns AI 技能到你的开发环境
来源:kjnez/claude-code-django。
Check-Before-Process Query current state before processing; skip if already complete
Status Field Tracking Use status transitions (pending → processing → complete/failed) with selectforupdate() for race condition safety
Unique Constraints Use database constraints to prevent duplicate processing
Celery 任务模式包括任务定义、重试策略、周期性任务和最佳实践。在实现后台任务、计划作业或异步处理时使用。 来源:kjnez/claude-code-django。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/kjnez/claude-code-django --skill celery-patternsCelery 任务模式包括任务定义、重试策略、周期性任务和最佳实践。在实现后台任务、计划作业或异步处理时使用。 来源:kjnez/claude-code-django。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/kjnez/claude-code-django --skill celery-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/kjnez/claude-code-django