Skip to content

Conversation

ovr
Copy link
Member

@ovr ovr commented Jun 24, 2025

depends on #9706

@ovr ovr requested a review from a team as a code owner June 24, 2025 12:09
@ovr ovr force-pushed the fix/queue-high-concurrency-rps branch from 02f41db to fa01292 Compare June 25, 2025 14:26
ovr added a commit that referenced this pull request Jun 25, 2025
…r pending/active (#9706)

I did a refactor for the `LocalQueue` driver. Previously, while the `LocalQueue` driver processed the queue item, it stored it in the pending and active states. Both states at the same time. This approach is not aligned with any queue servers. 

Cube Store has a strict obligation that a queue item can be in only one state at a time. Let's align it to simplify upcoming changes in #9705.
@ovr ovr force-pushed the fix/queue-high-concurrency-rps branch from fa01292 to 2caaec9 Compare June 25, 2025 15:20
@ovr ovr force-pushed the fix/queue-high-concurrency-rps branch from 2caaec9 to e99c9b7 Compare August 20, 2025 13:29
@ovr ovr requested a review from a team as a code owner August 20, 2025 13:29
@ovr ovr force-pushed the fix/queue-high-concurrency-rps branch from 1b1dfc3 to ea8ce58 Compare August 20, 2025 13:30
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.

1 participant