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

fix: publish response and subscription watcher updates in parallel #394

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

chris13524
Copy link
Member

@chris13524 chris13524 commented Mar 2, 2024

Description

Performs the response publish and the watcher publishes all in parallel (with a concurrency limit of 11). The goal being to get watch updates to watchers faster, and to reduce our overall latency metric for processing incoming relay messages.

Resolves #266

How Has This Been Tested?

Existing tests. Latency metrics will be improved but latency is not tested automatically until we have a latency canary.

Due Diligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@chris13524 chris13524 self-assigned this Mar 2, 2024
@chris13524 chris13524 force-pushed the fix/welcome-notifications-sooner branch from d65776c to 5ad5c35 Compare March 5, 2024 18:20
@chris13524 chris13524 force-pushed the fix/parallelize-relay-actions branch from 6237c2b to 4682d0c Compare March 5, 2024 18:21
@chris13524 chris13524 force-pushed the fix/welcome-notifications-sooner branch from 5ad5c35 to 4b77eff Compare March 5, 2024 21:02
@chris13524 chris13524 force-pushed the fix/parallelize-relay-actions branch from 4682d0c to 6efc52a Compare March 5, 2024 21:02
@chris13524 chris13524 force-pushed the fix/welcome-notifications-sooner branch from 4b77eff to f81c39b Compare March 6, 2024 03:09
@chris13524 chris13524 force-pushed the fix/parallelize-relay-actions branch from 6efc52a to 79cd139 Compare March 6, 2024 03:10
Base automatically changed from fix/welcome-notifications-sooner to main March 6, 2024 22:17
@chris13524 chris13524 force-pushed the fix/parallelize-relay-actions branch from 79cd139 to b2341a0 Compare March 6, 2024 22:18
@chris13524 chris13524 merged commit 5c566c7 into main Mar 6, 2024
13 checks passed
@chris13524 chris13524 deleted the fix/parallelize-relay-actions branch March 6, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallelize relay actions
3 participants