-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Milestone
Description
As reported in plotly/orca#164, the current policy of retrying the first image export for up to 8 seconds is not always sufficient.
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.
jorive
Metadata
Metadata
Assignees
Labels
No labels