diff --git a/app/http.php b/app/http.php index 10e7468..d536189 100644 --- a/app/http.php +++ b/app/http.php @@ -84,6 +84,9 @@ }; }); + $pool->setRetrySleep(1); // in seconds + $pool->setRetryAttempts(30); + return $pool; });