-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(event-bus-redis): Consume job correct in worker #8444
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
|
Thx guys, will correct the tests later today :) |
743305a
to
82010a6
Compare
a36fc26
to
cbb09a6
Compare
cbb09a6
to
d9573d6
Compare
Guys, I had to make a few additional changes because we weren't preserving the event metadata in the BullMQ job. Consequently, the subscriber would not have access to it. I've decided to squeeze both the event data + metadata into the job data upon insertion. Then when the worker pulls the job from the queue, we deserialize it back to the format expected by the subscriber. Let me know if you have any comments, otherwise I'll merge :) |
LGTM |
We recently introduced breaking changes to the event data structure. The Redis Event Bus had not been updated to reflect those changes.
Closes FRMW-2649
Todo: