python-background-jobs

Originally fromwshobson/agents
Installation
SKILL.md

中文描述

本技能提供全栈开发相关的最佳实践和模式指导。


name: python-background-jobs description: Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.

Python Background Jobs & Task Queues

Decouple long-running or unreliable work from request/response cycles. Return immediately to the user while background workers handle the heavy lifting asynchronously.

When to Use This Skill

Installs
30
GitHub Stars
2
First Seen
Jun 23, 2026
python-background-jobs — full-stack-skills/python-skills