feat: store job ID in run value, if known
modified src/broker.rs
@@ -125,7 +125,9 @@ impl Broker {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/run.rs
@@ -4,6 +4,7 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -59,6 +60,7 @@ impl RunBuilder {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -74,6 +76,7 @@ pub struct Run {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -84,6 +87,16 @@ pub struct Run {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|