<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ahmet Buğra Kösen</title>
    <description>The latest articles on DEV Community by Ahmet Buğra Kösen (@bugrakosen).</description>
    <link>https://dev.to/bugrakosen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4058233%2F76815b32-0766-4322-bb30-99ae5cba3572.jpg</url>
      <title>DEV Community: Ahmet Buğra Kösen</title>
      <link>https://dev.to/bugrakosen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bugrakosen"/>
    <language>en</language>
    <item>
      <title>Built a distributed job scheduler for .NET</title>
      <dc:creator>Ahmet Buğra Kösen</dc:creator>
      <pubDate>Mon, 03 Aug 2026 14:11:33 +0000</pubDate>
      <link>https://dev.to/bugrakosen/built-a-distributed-job-scheduler-for-net-582d</link>
      <guid>https://dev.to/bugrakosen/built-a-distributed-job-scheduler-for-net-582d</guid>
      <description>&lt;p&gt;Been working on this for a while, sharing in case it's useful to someone.&lt;/p&gt;

&lt;p&gt;Milvaion is a distributed job scheduler for .NET. The scheduler runs as its own service and pushes jobs onto a queue (RabbitMQ). Workers pull from the queue and run them. Workers are stateless, so you can scale or restart them freely, and if one dies the rest keep going.&lt;/p&gt;

&lt;p&gt;Jobs are managed at runtime from a web UI, so adding or changing one doesn't need a redeploy. The UI also shows runs, logs, failures, retries and allow you to access many other features.&lt;/p&gt;

&lt;p&gt;Writing a worker is a nuget package and one interface to implement, and workers auto-register with the scheduler.&lt;/p&gt;

&lt;p&gt;There's also an MCP server if you want to query it from Claude/Cursor/Copilot (things like "why has daily-invoice-export been failing since Tuesday", it reads the logs and answers).&lt;/p&gt;

&lt;p&gt;Stack is .NET 10, Postgres, Redis and RabbitMQ.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/Milvasoft/milvaion" rel="noopener noreferrer"&gt;https://github.com/Milvasoft/milvaion&lt;/a&gt;&lt;br&gt;
Docs: &lt;a href="https://portal.milvasoft.com/docs/1.0.1/open-source-libs/milvaion/milvaion-doc-guide" rel="noopener noreferrer"&gt;https://portal.milvasoft.com/docs/1.0.1/open-source-libs/milvaion/milvaion-doc-guide&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This started as a hobby project and is evolving into an open-source platform. Some parts are still rough in spots. Testing and giving feedback is very important to me.&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
