forked from herocode/horus
fix: rename overview.md files to avoid conflicts and add collection name
This commit is contained in:
@@ -425,7 +425,7 @@ impl AppService {
|
||||
context_id,
|
||||
flow_id,
|
||||
message: "job.run".to_string(),
|
||||
message_type: job.executor.clone(),
|
||||
message_type: job.runner.clone(),
|
||||
message_format_type: MessageFormatType::Text,
|
||||
timeout: job.timeout as u32,
|
||||
timeout_ack: 10,
|
||||
@@ -503,7 +503,7 @@ impl AppService {
|
||||
context_id,
|
||||
flow_id, // Add flow_id for DAG tracking
|
||||
message: "job.run".to_string(),
|
||||
message_type: job.executor.clone(),
|
||||
message_type: job.runner.clone(),
|
||||
message_format_type: MessageFormatType::Text,
|
||||
timeout: job.timeout as u32,
|
||||
timeout_ack: 10,
|
||||
|
||||
Reference in New Issue
Block a user