Update
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
			
		||||
import { batchProcess } from "../scripts/fetch_and_generate.js";
 | 
			
		||||
import { config } from "./config.js";
 | 
			
		||||
import { regenerateStartupFiles } from "./podcast.js";
 | 
			
		||||
 | 
			
		||||
interface BatchSchedulerState {
 | 
			
		||||
  enabled: boolean;
 | 
			
		||||
@@ -138,6 +139,7 @@ class BatchScheduler {
 | 
			
		||||
      this.state.isRunning = false;
 | 
			
		||||
      this.state.canForceStop = false;
 | 
			
		||||
      this.currentAbortController = undefined;
 | 
			
		||||
      await regenerateStartupFiles();
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user