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
We need to ensure we're within the rate limits. This must happen across all functions, which most likely requires the functions to run as a singleton. This would most likely require to move to an AppService plan, instead of the consumption plan.
Additionally, it would be great to replace the pessimistic delay with an active controlling of the rate limit: https://developer.github.com/v3/#rate-limiting
The text was updated successfully, but these errors were encountered:
We need to ensure we're within the rate limits. This must happen across all functions, which most likely requires the functions to run as a singleton. This would most likely require to move to an AppService plan, instead of the consumption plan.
Additionally, it would be great to replace the pessimistic delay with an active controlling of the rate limit: https://developer.github.com/v3/#rate-limiting
The text was updated successfully, but these errors were encountered: