antirez / antirez/disque

Strict ordering for jobs

Open
#179 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
8.1k
Forks
532
PR merge metrics
No merged PRs in 30d

Description

Hi,

Consider messages M1, M2, ... Mn, with each message having a feature x such that M1.x = x1, M2.x = x2, ..., Mn.x = xn..
Now consider another message Mz where Mz.x = x1

Given say, p consumers waiting for jobs, is it possible to enforce that Mz is strictly processed only after M1 has been processsed. Meanwhile M1, M2, ..., Mn can be processed in any order

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.