A week or so ago the SPP API had been inaccessible at times and due to the default configuration of Guzzle, where timeout is 0, it will wait indefinitely for a connection. Our cron scripts were hanging around for days before we realized.
Might it be smart to add a reasonable timeout for the network calls?
A week or so ago the SPP API had been inaccessible at times and due to the default configuration of Guzzle, where timeout is 0, it will wait indefinitely for a connection. Our cron scripts were hanging around for days before we realized.
Might it be smart to add a reasonable timeout for the network calls?