<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Deployments on Nalar</title>
    <link>https://nalar.dev/tags/deployments/</link>
    <description>Recent content in Deployments on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 02 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/deployments/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Graceful Shutdown and Connection Draining for Cloud Services</title>
      <link>https://nalar.dev/graceful-shutdown-and-connection-draining-for-cloud-services/</link>
      <pubDate>Wed, 02 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/graceful-shutdown-and-connection-draining-for-cloud-services/</guid>
      <description>&lt;p&gt;Cloud services are stopped routinely: deployments replace instances, autoscalers remove capacity, hosts reboot, and schedulers reschedule workloads. If a process exits immediately when it receives a termination signal, in-flight requests can fail even when the service is otherwise healthy.&lt;/p&gt;&#xA;&lt;p&gt;Graceful shutdown is a small lifecycle protocol: stop taking new work, allow useful work already in progress to finish within a deadline, then release resources and exit.&lt;/p&gt;&#xA;&lt;h2 id=&#34;separate-readiness-from-process-health&#34;&gt;Separate readiness from process health&lt;/h2&gt;&#xA;&lt;p&gt;A process that is shutting down may still be alive but should no longer receive new traffic.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
