-
Couldn't load subscription status.
- Fork 1.7k
Open
Labels
Description
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.