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

Future relay message delivery improvements #344

Open
chris13524 opened this issue Jan 30, 2024 · 0 comments
Open

Future relay message delivery improvements #344

chris13524 opened this issue Jan 30, 2024 · 0 comments
Labels

Comments

@chris13524
Copy link
Member

  • Reduce mailbox load and network load to avoid irn_batchReceive:
    • We could consider TTL=0 meaning no mailbox is used
    • Flag of some kind to skip mailbox regardless of TTL
  • Webhook delivery should be tied to TTL of message to avoid retrying lots of ephemeral messages that were long since expired
  • Increase webhook retry beyond 24 hours
  • Private VPN link between relay → Notify server. Benefit to cost, but also security
  • Message queue for incoming messages
@arein arein added the accepted label Jan 30, 2024
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

2 participants