Skip to content

Docs for "Retry Stategy" PHP are not accurate #8309

@bshaffer

Description

@bshaffer

Cloud docs for Retry Strategy and PHP say "You cannot customize the default retry strategy used by the PHP client library."

Image

https://cloud.google.com/storage/docs/retry-strategy#php_1

This is not accurate, the Cloud Storage client at least lets you supply a retries and requestTimeout parameter, which is worth noting:

$storage = new StorageClient(['retries' => 10]);

TODO: look into whether or not other retry configuration is available

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions