Help for this page
use constant MAX_FETCH_ATTEMPTS => 5; use constant RETRY_FETCH_DELAY => 2; ... return $result; }