Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into gateway-notificatio…
Browse files Browse the repository at this point in the history
…n-support
  • Loading branch information
4t145 committed Jan 9, 2025
2 parents 5708679 + e429cc1 commit def6843
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/sdks/invoke/src/invoke_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ impl Default for InvokeConfig {
(InvokeModuleKind::Schedule.to_string(), InvokeModuleConfig { in_event: false }),
(InvokeModuleKind::Stats.to_string(), InvokeModuleConfig { in_event: false }),
]),
module_configs: HashMap::from([
(InvokeModuleKind::Kv.to_string(), InvokeModuleConfig { in_event: false }),
(InvokeModuleKind::Log.to_string(), InvokeModuleConfig { in_event: false }),
(InvokeModuleKind::Search.to_string(), InvokeModuleConfig { in_event: false }),
(InvokeModuleKind::Schedule.to_string(), InvokeModuleConfig { in_event: false }),
(InvokeModuleKind::Stats.to_string(), InvokeModuleConfig { in_event: false }),
]),
}
}
}
Expand Down

0 comments on commit def6843

Please sign in to comment.