Skip to content

Add retries (and extend timeout?) for get_transformation_results #636

@ponyisi

Description

@ponyisi

Right now get_transformation_results has no retries set up, so if it doesn't get a response within the default timeout (5s) it will raise an exception and terminate the downloads for a transformation. It should use the same retry setup as the more resilient calls (e.g. get_transforms) and I would also suggest have its timeout raised (a la submit_transform).

Relevant code:

async def get_transformation_results(

Metadata

Metadata

Assignees

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