Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(cib): tell report page thread to run indefinitely
Lars Wirzenius committed 1 year ago
commit f713e4aa6a2d5d90f13c6e32d458c47ecf0add78
parent cb9142ac8b7495eb2bcbeab6c86947da2482f931
1 file changed +1 -2
modified src/bin/cib.rs
@@ -185,8 +185,7 @@ impl ProcessEventsCmd {
        if let Some(dirname) = &config.report_dir {
            page.set_output_dir(dirname);
        }
-
        let thread = page.update_in_thread(db, &profile.config.node.alias, true);
-
        thread.join().unwrap().map_err(CibError::page_updater)?;
+
        page.update_in_thread(db, &profile.config.node.alias, false);

        let mut broker = Broker::new(config.db()).map_err(CibError::new_broker)?;
        let spec =