Skip to content

[worker] Fix job dequeue order - #149

Merged
cgalibern merged 1 commit into
opensvc:mainfrom
cgalibern:dev
Aug 19, 2026
Merged

[worker] Fix job dequeue order#149
cgalibern merged 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 merged commit 3b9a77a into opensvc:main Aug 19, 2026
2 checks passed
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