ubiquity / ubiquibot-kernel

0 stars 11 forks source link

Cache for repo configs #111

Open Keyrxng opened 1 week ago

Keyrxng commented 1 week ago

It's kinda annoying that the kernel must fetch from both config locations on every request and more often than not only one is needed.

Cons:

Solution:

Do you think this would be a good thing to implement @whilefoo?

0x4007 commented 1 week ago

We need to minimize the use of KV and rely more on the GitHub API because we have tighter limits on the Cloudflare side.