Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Retry.with_delay sets multiplier even when it's None #163

Closed
@quentin-sommer

Description

@quentin-sommer

Steps to reproduce

from google.api_core import retry

retry.Retry(predicate=...).with_delay(initial=0.5, maximum=5 * 60)

retry._multiplier will be set to None because with_delay sets it when maximum is given

PR: #164

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions