overmindbots / core

Core monorepo with our apps and packages
1 stars 0 forks source link

Feature/invites service delay requests #99

Closed monitz87 closed 6 years ago

monitz87 commented 6 years ago

This PR attempts to avoid hitting the rate limit by adding a delay between invite fetches. It also includes a minor optimization by indexing the invite store by guild id to speed up used invite calculations.

RafaelVidaurre commented 6 years ago

Closing for now in favor of #101