<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Stanislav Golev</title><link>https://sgolev.github.io/</link><description/><atom:link href="https://sgolev.github.io/feeds/all.rss.xml" rel="self"/><lastBuildDate>Tue, 28 Jul 2026 02:59:00 +0300</lastBuildDate><item><title>Celery: from first task to advanced recipes</title><link>https://sgolev.github.io/blog/2026-07-28-celery-recipes/</link><description>&lt;p&gt;&lt;a href="https://github.com/celery/celery"&gt;Celery&lt;/a&gt; is a mature distributed task queue system for Python. It is useful for integrating various services in a decoupled producer-consumer fashion. In this article, I want to share my experience with Celery. After a brief introduction, I provide code snippets that you can reuse in your projects.&lt;/p&gt;
&lt;h1 id="introduction"&gt;Introduction&lt;a class="headerlink" href="#introduction" title="Permanent link"&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;As …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stanislav Golev</dc:creator><pubDate>Tue, 28 Jul 2026 02:59:00 +0300</pubDate><guid>tag:sgolev.github.io,2026-07-28:/blog/2026-07-28-celery-recipes/</guid><category>python</category><category>celery</category></item></channel></rss>