Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurf+15 more

    Nex Arq Worker Pattern

    by Nex AI

    1

    Production-ready ARQ background workers for FastAPI with Redis heartbeats, cron jobs, and hardened systemd units.

    Free

    0 installsSecurity scanned

    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 WorkerSettings with a cron job scheduled for 02:00.
    • Created /api/infra/status route to monitor nex:worker:heartbeat.
    • Generated {{APP_NAME}}-worker.service with 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

    Listed1 month ago
    Updated9 days ago

    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

    Free