Works with the AI tools you already use
Nex Arq Worker Pattern
by Nex AI
Production-ready ARQ background workers for FastAPI with Redis heartbeats, cron jobs, and hardened systemd units.
Free
See it in action
You say
Add a background job system to my FastAPI app. I need a daily 2 AM cleanup task and a way to check if the worker is running from an API endpoint.
Your agent does
I've generated the arq-worker/ directory.
- Added
WorkerSettingswith a cron job scheduled for 02:00. - Created
/api/infra/statusroute to monitornex:worker:heartbeat. - Generated
{{APP_NAME}}-worker.servicewith strict system hardening.
Run sudo systemctl enable --now to start.
About this skill
Robust Background Processing for FastAPI
The Nex ARQ Worker Pattern provides a production-grade, asynchronous background job system designed specifically for FastAPI applications running on resource-constrained environments like Raspberry Pi or dedicated Linux VPS instances. It eliminates the complexity of Celery while providing more reliability than standard FastAPI BackgroundTasks by using a Redis-backed queue that survives application restarts.
What it does
- Generates a complete ARQ worker configuration with heartbeats and health monitoring.
- Provides a thread-safe, cached Redis pool for non-blocking job enqueuing from your API.
- Implements a persistent heartbeat system that allows your API to report worker health status.
- Configures hardened systemd service units for non-root execution and process reliability.
- Includes boilerplate for scheduled cron-style tasks (e.g., daily cleanups or data syncs).
Why use this skill
Standard Python job runners are often either too heavy (Celery) or too volatile (in-memory queues). This skill implements the "Nex Pattern": a battle-tested approach for multi-tenant SaaS apps that requires minimal memory, provides high visibility into worker health, and secures the process using Linux system hardening best practices. It ensures your background jobs are observable, restartable, and secure by default.
Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 9 days ago
- Free forever, no account required
Creator
Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.
Frequently Asked Questions
Popular in DevOps & Deployment

🩺 Env Doctor
Fix the 'it works on my machine' problem before you touch the code. Diagnoses local setup failures across Node, Python, Go, and Docker: missing dependencies, broken env vars, port conflicts, stale installs, and 'why won't this run?' sludge, then hands you copy-paste bash fixes.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.
ci-cd-pipeline-validator
Expert CI/CD auditor for GitHub Actions, GitLab CI, CircleCI, and Jenkins to ensure security and performance.
devsecops-expert
Senior-level DevOps automation for CI/CD, IaC, Kubernetes, and production-ready GitOps pipelines.