Increase default time_to_run in main function from 4 to 8 hours for extended processing duration

This commit is contained in:
ross
2026-01-07 19:49:36 +00:00
parent e7f27a8ee6
commit ba268f9b48
+1 -1
View File
@@ -46,7 +46,7 @@ from rota_generator.workers import (
def main(
suspend: bool = False,
solve: bool = True,
time_to_run: int = 60 * 60 * 4,
time_to_run: int = 60 * 60 * 8,
ratio: float = 0.001,
start_date: datetime.datetime = "2026-03-02",
weeks: int = 26,