Sam Cox
05/25/2021, 8:40 PMFailed to load and execute Flow's environment
followed by a GitLab MaxRetryError, probably because we are reading from gitlab too many times in a given time period.
Using gitlab as storage is important for some of our current projects, but is there a way to retry a flow when the Flow's environment fails to load?Kevin Kho
Sam Cox
05/25/2021, 8:50 PMFailed to load and execute Flow's environment: ConnectionError(MaxRetryError("HTTPSConnectionPool(host='', port=): Max retries exceeded with url: "" (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x5>: Failed to establish a new connection: [Errno -2] Name or service not known'))"))
Obviously it isn't your job to figure out our gitlab situation, but if you have ideas on retrying a read from the storage location, that would be great!Kevin Kho
Sam Cox
05/25/2021, 9:01 PM