Commit c0a6193
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
File tree
37 files changed
+1751
-863
lines changed- rust
- config
- crates
- job-queue/src
- consumer
- scheduler
- src
- config
- dao
- job_dispatcher
- job_fetcher
- models
37 files changed
+1751
-863
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
0 commit comments