mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 06:06:59 +08:00
[metrics_center] Add retries to unlock a lock file in case of 504 errors (#4323)
* https://github.com/flutter/flutter/issues/120440 * Updates the `GcsLock` class to retry unlocking the file in case a 504 error occurs * Updates the `GcsLock` constructor to require a `StorageApi` object instead of `AuthClient`, which allows mocking the object, since the `AuthClient` object isn't actually being used within the `GcsLock` class besides to create the `StorageApi`.
This commit is contained in:
@ -60,6 +60,7 @@
|
||||
- wasm
|
||||
- yaml
|
||||
# Google-owned packages
|
||||
- _discoveryapis_commons
|
||||
- adaptive_navigation
|
||||
- file
|
||||
- googleapis
|
||||
|
Reference in New Issue
Block a user