<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>dtq</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/2902/feed"/>
    <updated>2026-04-30T23:29:17+00:00</updated>
    <id>https://links.biapy.com/guest/tags/2902/feed</id>
            <entry>
            <id>https://links.biapy.com/links/7476</id>
            <title type="text"><![CDATA[Celery]]></title>
            <link rel="alternate" href="http://www.celeryproject.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7476"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Distributed Task Queue

Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations with the tools required to maintain such a system.

The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).

- [Celery @ GitHub](https://github.com/celery/celery).]]>
            </summary>
            <updated>2025-08-29T12:43:53+00:00</updated>
        </entry>
    </feed>
