We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05668c commit ef1d9f4Copy full SHA for ef1d9f4
1 file changed
dags/import_triage_dag.py
@@ -62,6 +62,7 @@ def _wire(tasks: dict[str, object]) -> None:
62
wire_dependencies=_wire,
63
pool="triage_import_pool",
64
schedule_interval="0 0 * * *",
65
+ catchup=False, # don't attempt to backfill missed runs that were scheduled
66
)
67
68
globals()[_TRIAGE_CONFIG.dag_id] = build_import_dag(_TRIAGE_CONFIG)
0 commit comments