fix(python): use a queue for ordering durable callbacks - #4821
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
mrkaye97 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
mrkaye97 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
mrkaye97 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
mrkaye97 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
mrkaye97 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
Description
Fixes yet another durable callback ordering issue by using a queue to order callbacks so they're fifo in the order the engine returned them (the correct order) to prevent non-determinism errors on replay / restore / etc.
Type of change
Checklist
Changes have been:
馃 AI Disclosure