8 Phases refactor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user