Skip to content

Automatic Connection Retry for GCS #2432

@Umang01-hash

Description

@Umang01-hash

Description:

Currently, the GCS file provider attempts to connect initially and has retry logic if the first connection fails. However, if a connection is lost after successful establishment (due to network issues or GCS downtime), the system doesn't automatically attempt to reconnect.

Solution:

Add automatic retries in case for conenction to GCS failed after the initial connection. It has to be a background and non blocking task. We can log the user in case of connection error and retry in background and once it gets connected again we will log again and now we are good to go.

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