Tasks Management

Background task management combining APScheduler scheduling with Celery execution — scheduled jobs, cron-style periodic tasks, job management endpoints, execution tracking, and distributed locking. Use when creating scheduled or periodic jobs. Do not use for plain fire-and-forget background tasks (use celery).

adelabdelgawad 0e5fc36 5 files · 50.0 KB Updated

File contents

adelabdelgawad/fullstack-agents/tree/main/plugins/fullstack-agents/skills/tasks-management commit 0e5fc36269

Frequently asked questions

npx skillmds@latest add adelabdelgawad/tasks-management