Skip to content

Should not place unusable responses from providers into metadata cache #630

Open
@jimmylewis

Description

@jimmylewis

Describe the bug

See this detailed writeup

To Reproduce

Steps to reproduce the behavior:

  1. Download a library but get an invalid (unparseable) JSON response from the provider
  2. Try again, expecting the retry to return a valid JSON payload

Operation fails again, because the bad response is placed in the cache, so we keep reusing it.

Expected behavior

Should issue the request to the provider again, and get a fresh (hopefully functional) response.

Metadata

Metadata

Assignees

No one assigned

    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