huskies: merge 994
This commit is contained in:
@@ -35,7 +35,7 @@ impl AgentPool {
|
||||
project_root: None,
|
||||
log_session_id: None,
|
||||
merge_failure_reported: false,
|
||||
throttled: false,
|
||||
throttled: None,
|
||||
termination_reason: None,
|
||||
status_buffer: None,
|
||||
},
|
||||
@@ -73,7 +73,7 @@ impl AgentPool {
|
||||
project_root: None,
|
||||
log_session_id: None,
|
||||
merge_failure_reported: false,
|
||||
throttled: false,
|
||||
throttled: None,
|
||||
termination_reason: None,
|
||||
status_buffer: None,
|
||||
},
|
||||
@@ -108,7 +108,7 @@ impl AgentPool {
|
||||
project_root: Some(project_root),
|
||||
log_session_id: None,
|
||||
merge_failure_reported: false,
|
||||
throttled: false,
|
||||
throttled: None,
|
||||
termination_reason: None,
|
||||
status_buffer: None,
|
||||
},
|
||||
@@ -142,7 +142,7 @@ impl AgentPool {
|
||||
project_root: None,
|
||||
log_session_id: Some(log_session_id.to_string()),
|
||||
merge_failure_reported: false,
|
||||
throttled: false,
|
||||
throttled: None,
|
||||
termination_reason: None,
|
||||
status_buffer: None,
|
||||
},
|
||||
@@ -176,7 +176,7 @@ impl AgentPool {
|
||||
project_root: None,
|
||||
log_session_id: None,
|
||||
merge_failure_reported: false,
|
||||
throttled: false,
|
||||
throttled: None,
|
||||
termination_reason: None,
|
||||
status_buffer: Some(StatusEventBuffer::new(&self.status_broadcaster)),
|
||||
},
|
||||
@@ -233,7 +233,7 @@ impl AgentPool {
|
||||
project_root: Some(project_root),
|
||||
log_session_id: None,
|
||||
merge_failure_reported: false,
|
||||
throttled: false,
|
||||
throttled: None,
|
||||
termination_reason: None,
|
||||
status_buffer: None,
|
||||
},
|
||||
@@ -267,7 +267,7 @@ impl AgentPool {
|
||||
project_root: None,
|
||||
log_session_id: None,
|
||||
merge_failure_reported: false,
|
||||
throttled: false,
|
||||
throttled: None,
|
||||
termination_reason: None,
|
||||
status_buffer: None,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user