We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b5976 commit bd66ec7Copy full SHA for bd66ec7
1 file changed
crates/orchestrator/src/main.rs
@@ -214,6 +214,7 @@ async fn main() -> Result<()> {
214
}
215
Err(e) => {
216
error!("Failed to parse webhook configs from environment: {}", e);
217
+ std::process::exit(1);
218
219
220
@@ -261,6 +262,7 @@ async fn main() -> Result<()> {
261
262
"Failed to parse node group configurations from environment: {}",
263
e
264
);
265
266
267
268
0 commit comments