Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 479 Bytes

jQuery Ajax Retry

This project is a plugin for jQuery that augments $.ajax by adding smart retry functionality.

Retry Strategies

Presently, it's retry strategy employs exponential backoff, or more specifically truncated binary exponential backoff, which can help to alleviate server congestion.