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

refactor: add new parsing queue for events #2501

Merged
merged 2 commits into from
Jan 14, 2023
Merged

Conversation

scopsy
Copy link
Contributor

@scopsy scopsy commented Jan 14, 2023

What?

Introduced a new parsing queue for events to remove load on spikes of traffic during the trigger event.

Why?

Previously before the job was submitted to the queue we've done pre processing to determine and fanout for subscriber planning of jobs. Now this happened as part of the queue worker that parses the request.

@scopsy scopsy merged commit 6763f95 into next Jan 14, 2023
@scopsy scopsy deleted the introduce-new-event-queue branch January 14, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant