Skip to content

[worker] Fix job dequeue order - #148

Closed
cgalibern wants to merge 1 commit into
opensvc:mainfrom
cgalibern:dev
Closed

[worker] Fix job dequeue order#148
cgalibern wants to merge 1 commit into
opensvc:mainfrom
cgalibern:dev

Conversation

@cgalibern

Copy link
Copy Markdown
Contributor

No description provided.

  - Jobs are inserted from the left, so dequeue them from the right to ensure older jobs are processed before newer ones.
  - Switch from BLPOP to BRPOP to consume jobs from the right end of the Redis queue.
@cgalibern cgalibern closed this Aug 19, 2026
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