feat: allow disabling updates to job COBs in config
1 passed
(1 total)
View logs
modified src/bin/cib.rs
@@ -219,6 +219,7 @@ impl QueuedCmd {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -303,6 +304,7 @@ impl ProcessEventsCmd {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/config.rs
@@ -54,6 +54,9 @@ pub struct Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -64,6 +67,10 @@ fn default_queue_len_interval() -> Duration {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -140,6 +147,10 @@ impl Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -41,6 +41,7 @@ pub struct QueueProcessorBuilder {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -58,6 +59,14 @@ impl QueueProcessorBuilder {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -75,9 +84,7 @@ impl QueueProcessorBuilder {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -125,6 +132,11 @@ impl QueueProcessorBuilder {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|