<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ooooouchi</author_name>
  <author_url>https://blog.hatena.ne.jp/ooooouchi/</author_url>
  <blog_title>HAPPY HACKING Oouchi's BLOG</blog_title>
  <blog_url>https://www.ooooouchi.info/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>プログラミング-JavaScript</anon>
    <anon>プログラミング-Nuxt.js</anon>
    <anon>プログラミング-Vuetify</anon>
    <anon>プログラミング-Vue.js</anon>
  </categories>
  <description>エクスポネンシャルバックオフとは？ アルゴリズムの一つです。 直訳すると「指数関数的後退」で、いわゆるリトライ処理の間隔を指数関数的に増加させる方式のことです。 リトライ間隔例：1秒、2秒、4秒、8秒・・・ docs.aws.amazon.com ユースケース 主にネットワークエラーに対しての再試行の方式として使用します。 一時的な負荷のエラーに関してはリトライで成功する可能性が高いですが、一般的な「ｎ秒後にリトライ」を実施する方式だとｎ秒ごとに同じ量の負荷がかかり続けることが懸念されます。 エクスポネンシャルバックオフ方式を使用して指数関数的にリトライ間隔を増加させることで、効率的に負荷分散…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.ooooouchi.info%2Fentry%2F2020%2F06%2F04%2F083000&quot; title=&quot;JavaScriptでエクスポネンシャルバックオフを実装してみる - HAPPY HACKING Oouchi&amp;#39;s BLOG&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/o/ooooouchi/20200528/20200528010138.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-06-04 08:30:00</published>
  <title>JavaScriptでエクスポネンシャルバックオフを実装してみる</title>
  <type>rich</type>
  <url>https://www.ooooouchi.info/entry/2020/06/04/083000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
