-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Osvaldo Andrade edited this page Feb 12, 2026
·
3 revisions
Start with Get Started.
codeQ is a reactive scheduling and completion service built on persistent queues in KVRocks. Producers enqueue tasks under a command (event type). Workers pull tasks by command, claim ownership via a lease, and then either complete, fail, or nack the task for a delayed retry.
If you are evaluating the system, the fastest reading path is: