<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Ariel Marin — Architectural Visualization</title><link>https://arielsmarin.com/tags/python/</link><description>Recent content in Python on Ariel Marin — Architectural Visualization</description><generator>Hugo</generator><language>en-US</language><managingEditor>arielsmarin@gmail.com (Ariel Marin)</managingEditor><webMaster>arielsmarin@gmail.com (Ariel Marin)</webMaster><lastBuildDate>Sat, 20 Jun 2026 00:00:00 -0300</lastBuildDate><atom:link href="https://arielsmarin.com/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Automating a Render Queue with Python and systemd</title><link>https://arielsmarin.com/blog/automating-a-render-queue-with-python-and-systemd/</link><pubDate>Sat, 20 Jun 2026 00:00:00 -0300</pubDate><author>arielsmarin@gmail.com (Ariel Marin)</author><guid>https://arielsmarin.com/blog/automating-a-render-queue-with-python-and-systemd/</guid><description>&lt;p&gt;My render node used to be driven by a folder of &lt;code&gt;.bat&lt;/code&gt; files and hope. This post
walks through the small Python daemon that replaced them — about 300 lines, no
framework, running under systemd on Debian.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;queue render jobs from any machine on the LAN;&lt;/li&gt;
&lt;li&gt;survive renderer crashes without losing the queue;&lt;/li&gt;
&lt;li&gt;notify me when a job finishes or fails.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="the-queue"&gt;The queue&lt;/h2&gt;
&lt;p&gt;Jobs are plain JSON files dropped into a watched directory — no database, no broker.
The filesystem &lt;em&gt;is&lt;/em&gt; the queue, and &lt;code&gt;mv&lt;/code&gt; is atomic:&lt;/p&gt;</description></item></channel></rss>