Background Task

Add or change work that runs outside the request/response cycle — document ingestion, MCP refresh, reports, cleanups, scheduled jobs — or debug a task that vanished with nothing in the logs. Use when something is slow or fire-and-forget, when adding a periodic job, and before reaching for asyncio.create_task (which drops work silently in this codebase's exact failure mode).

vstorm-co 4ca06a4 4.6 KB Updated

File contents

vstorm-co/agenticos/tree/main/.claude/skills/background-task commit 4ca06a4f08

Frequently asked questions

npx skillmds@latest add vstorm-co/background-task