Skip to content

Increase orca retry timeout #1297

Closed
Closed
@jonmmease

Description

@jonmmease

As reported in plotly/orca#164, the current policy of retrying the first image export for up to 8 seconds is not always sufficient.

plotly.py/plotly/io/_orca.py

Lines 1194 to 1195 in a9fa5de

@retrying.retry(wait_random_min=5, wait_random_max=10, stop_max_delay=8000)
def request_image_with_retrying(**kwargs):

Lets increase this to 30 seconds to be on the safe side.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions