Skip to content

Retry for GetAppList should only trigger on FetchAppListException #5

@Bilge

Description

@Bilge

GetAppList should only retry FetchAppListException exceptions, otherwise fetch exceptions can be retried by a multiple of 10 in by the outer retry loop. e.g. if Porter retries 5 times (by default) then the total tries will be 50 since the outer loop does not currently distinguish between exception types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions