Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
指数バックオフを使用して angular.js に再試行ロジックを実装するにはどうすればよいですか?
これは古い投稿ですが、私の考えは次のとおりです。を使用しresponseInterceptorます。別の promise を返すだけなので、再試行する方法を決定できます。インターセプターで$http にアクセスできるconfigため、特別な構成を追加して、バックオフがどうあるべきか (または再試行ロジックをまったく適用するかどうか) を決定できます。
responseInterceptor
config