You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the dependency manager does not retry when rate limited. For projects with lots of dependencies, this can cause issues when installing. Since flow deps add and flow deps install are combined now, this can be exacerbated by the fact that every dependency is installed every time a new one is added.
(Optional): Suggest A Solution
Retry on rate limit.
The text was updated successfully, but these errors were encountered:
Issue To Be Solved
Currently, the dependency manager does not retry when rate limited. For projects with lots of dependencies, this can cause issues when installing. Since
flow deps add
andflow deps install
are combined now, this can be exacerbated by the fact that every dependency is installed every time a new one is added.(Optional): Suggest A Solution
Retry on rate limit.
The text was updated successfully, but these errors were encountered: