We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c031b71 commit f1c9124Copy full SHA for f1c9124
1 file changed
rust/README.md
@@ -7,11 +7,13 @@ Project crates:
7
* dummy-cuebot: A cli tool to interact with rqd's gRPC interface
8
* opencue_proto: Wrapper around grpc's generated code for the project protobuf modules
9
* monitoring-indexer: OpenCue monitoring event indexer (Kafka to Elasticsearch)
10
+ * scheduler: A job scheduler to run alongside Cuebot
11
12
Sample configuration files are available in the `config/` directory:
13
* `config/rqd.yaml` - RQD configuration
14
* `config/rqd.fake_linux.yaml` - RQD configuration for simulating Linux on macOS
15
* `config/monitoring-indexer.yaml` - Monitoring indexer configuration
16
+ * `config/scheduler.yaml` - Scheduler configuration
17
18
## Build Instructions
19
0 commit comments