Skip to content

Use multiple workers for webhooks, while still ensuring order within a session#784

Merged
davidzhao merged 2 commits intomainfrom
parallel-webhooks
Aug 8, 2024
Merged

Use multiple workers for webhooks, while still ensuring order within a session#784
davidzhao merged 2 commits intomainfrom
parallel-webhooks

Conversation

@davidzhao
Copy link
Copy Markdown
Member

Webhooks could be clogged up if the receiver is processing slowly. We'll speed it up by using parallel workers for each destination URL

@davidzhao davidzhao requested review from a team and frostbyte73 August 8, 2024 20:15
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Aug 8, 2024

🦋 Changeset detected

Latest commit: 7d08b52

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@davidzhao davidzhao merged commit f8005ea into main Aug 8, 2024
@davidzhao davidzhao deleted the parallel-webhooks branch August 8, 2024 20:45
@github-actions github-actions bot mentioned this pull request Aug 8, 2024
paulwe pushed a commit that referenced this pull request Aug 13, 2024
…a session (#784)

* Use multiple workers for webhooks, while still ensuring order within a session

* changeset
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.

3 participants