<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>FastWorker — Neul Labs</title><description>FastWorker is a brokerless Python task queue with built-in dashboard, priority queues, and native FastAPI integration. No Redis. No RabbitMQ. Just Python.</description><link>https://fastworker.neullabs.com/</link><language>en-us</language><item><title>The NNG control-plane architecture, explained</title><link>https://fastworker.neullabs.com/blog/nng-control-plane-architecture-explained/</link><guid isPermaLink="true">https://fastworker.neullabs.com/blog/nng-control-plane-architecture-explained/</guid><description>A deep dive into FastWorker&apos;s internals — how NNG socket patterns, a first-class control plane, and in-memory dispatch combine into a brokerless task queue.</description><pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Why we built a brokerless task queue</title><link>https://fastworker.neullabs.com/blog/why-we-built-a-brokerless-queue/</link><guid isPermaLink="true">https://fastworker.neullabs.com/blog/why-we-built-a-brokerless-queue/</guid><description>The backstory of FastWorker — why we decided Python deserved a task queue with zero external services, and what we learned shipping it.</description><pubDate>Mon, 02 Mar 2026 00:00:00 GMT</pubDate></item><item><title>FastWorker vs Celery</title><link>https://fastworker.neullabs.com/comparisons/fastworker-vs-celery/</link><guid isPermaLink="true">https://fastworker.neullabs.com/comparisons/fastworker-vs-celery/</guid><description>Honest, detailed comparison of FastWorker and Celery — setup, features, scalability, failure modes, and when to choose each for Python task queueing.</description><pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate></item><item><title>FastWorker vs RQ</title><link>https://fastworker.neullabs.com/comparisons/fastworker-vs-rq/</link><guid isPermaLink="true">https://fastworker.neullabs.com/comparisons/fastworker-vs-rq/</guid><description>Comparing FastWorker and RQ (Redis Queue) — simplicity, features, FastAPI integration, and when to choose each for Python background jobs.</description><pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate></item><item><title>FastWorker vs Dramatiq</title><link>https://fastworker.neullabs.com/comparisons/fastworker-vs-dramatiq/</link><guid isPermaLink="true">https://fastworker.neullabs.com/comparisons/fastworker-vs-dramatiq/</guid><description>Comparing FastWorker and Dramatiq — two modern Python task queues aimed at simplicity, and when to reach for each.</description><pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Observability with OpenTelemetry in FastWorker</title><link>https://fastworker.neullabs.com/guides/observability-with-opentelemetry/</link><guid isPermaLink="true">https://fastworker.neullabs.com/guides/observability-with-opentelemetry/</guid><description>How to trace FastWorker tasks end-to-end with OpenTelemetry, from a FastAPI request through task execution on a subworker, and how to wire it into Jaeger or Honeycomb.</description><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Priority queues and load balancing in FastWorker</title><link>https://fastworker.neullabs.com/guides/priority-queues-and-load-balancing/</link><guid isPermaLink="true">https://fastworker.neullabs.com/guides/priority-queues-and-load-balancing/</guid><description>How FastWorker&apos;s four priority levels work, how the control plane dispatches tasks to subworkers, and when to reach for each priority in a FastAPI app.</description><pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Migrating from Celery to FastWorker</title><link>https://fastworker.neullabs.com/guides/migrating-from-celery-to-fastworker/</link><guid isPermaLink="true">https://fastworker.neullabs.com/guides/migrating-from-celery-to-fastworker/</guid><description>A practical, step-by-step migration guide from Celery + Redis to FastWorker — covering task definitions, client code, priorities, retries, and deployment.</description><pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Scaling FastAPI background tasks beyond BackgroundTasks</title><link>https://fastworker.neullabs.com/guides/fastapi-background-tasks-at-scale/</link><guid isPermaLink="true">https://fastworker.neullabs.com/guides/fastapi-background-tasks-at-scale/</guid><description>When FastAPI&apos;s built-in BackgroundTasks stops being enough, here&apos;s how to scale to a real distributed task queue with FastWorker — without running Redis or RabbitMQ.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>How to build a brokerless task queue in Python with FastWorker</title><link>https://fastworker.neullabs.com/guides/brokerless-task-queue-python/</link><guid isPermaLink="true">https://fastworker.neullabs.com/guides/brokerless-task-queue-python/</guid><description>A complete walkthrough of building a distributed Python task queue without Redis, RabbitMQ, or Kafka — using FastWorker, NNG messaging, and 2–3 Python processes.</description><pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate></item></channel></rss>