Increase default time_to_run in main function from 4 to 8 hours for extended processing duration
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ from rota_generator.workers import (
|
|||||||
def main(
|
def main(
|
||||||
suspend: bool = False,
|
suspend: bool = False,
|
||||||
solve: bool = True,
|
solve: bool = True,
|
||||||
time_to_run: int = 60 * 60 * 4,
|
time_to_run: int = 60 * 60 * 8,
|
||||||
ratio: float = 0.001,
|
ratio: float = 0.001,
|
||||||
start_date: datetime.datetime = "2026-03-02",
|
start_date: datetime.datetime = "2026-03-02",
|
||||||
weeks: int = 26,
|
weeks: int = 26,
|
||||||
|
|||||||
Reference in New Issue
Block a user