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

Per-instance config #1686

Open
snarfed opened this issue Jan 14, 2025 · 0 comments
Open

Per-instance config #1686

snarfed opened this issue Jan 14, 2025 · 0 comments
Labels

Comments

@snarfed
Copy link
Owner

snarfed commented Jan 14, 2025

I currently have a few bits of config for individual remote instances in various places:

...and probably more.

It'd be nice to have a generic, unified way to set per-remote-instance configs like these. Options:

  • Hard-coded into the code itself. Most efficient, easy to update, heavy to update (requires deploy), doesn't scale well.
    • ...alternatively file deployed with the code. Better ergonomics for reading and writing, otherwise same pros/cons.
  • File in eg cloud storage somewhere. Efficient, not too hard to update, not sure how to trigger re-reading it, still doesn't scale well.
    • ...or in the datastore? Same effort to update or harder, otherwise same pros/cons.
  • Individual Web entities in the datastore. Less efficient (but maybe not meaningfully so?), relatively easy to update, scales well. Still not sure how to trigger re-reading it.
snarfed added a commit that referenced this issue Jan 14, 2025
they've been sending 1-2qps of them to us for a while now, pretty much all spurious, or valid but older than we'd know about. cc #1686
@snarfed snarfed added the infra label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant