Skip to content

Commit c0a6193

Browse files
committed
Implement scheduler using kafka
The producer module produces events on kafka for each pending job. The consumer modules consume events and books jobs on host, still relying on the database.
1 parent 378dde3 commit c0a6193

37 files changed

+1751
-863
lines changed

rust/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# TODO: Remove once these crates are stable and ready for public use
44
/crates/cuebot-config
55
/crates/dist-lock
6-
/crates/scheduler
76

87
.DS_Store
98
config/rqd.local_docker.yaml

0 commit comments

Comments
 (0)