Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for more/custom repos #3

Open
vvidday opened this issue Aug 21, 2022 · 0 comments
Open

support for more/custom repos #3

vvidday opened this issue Aug 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@vvidday
Copy link
Owner

vvidday commented Aug 21, 2022

Currently, polling is done through requests from my personal account that is rate limited to 5,000 requests per hour.

The current deployed version watches supabase's repositories, one request per minute across all 62 repos => 62 * 60 = 3720 requests per hour, which is already decently close to the limit - hence, no current support for users to add their own repos.

Possible workarounds & Future plans:

  • Separate fork to receive event updates through webhooks instead of polling (major caveat: Need write/admin access to repos to create webhooks)
  • Easy setup to let users self-host (possibly generating tables, edge functions, etc through supabase CLI and a config file)
@vvidday vvidday added the enhancement New feature or request label Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant