8 Phases refactor

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-03 16:08:02 +00:00
parent 30bbcb08a1
commit 39df00e5ae
55 changed files with 2120 additions and 5527 deletions

View File

@@ -13,6 +13,8 @@ export interface AutomationConfig {
stage_4_batch_size: number;
stage_5_batch_size: number;
stage_6_batch_size: number;
within_stage_delay: number;
between_stage_delay: number;
last_run_at: string | null;
next_run_at: string | null;
}