Skip to content

Commit dee51ee

Browse files
Update README.md (#757)
Change default values for archive_dag_instance call
1 parent 7daa281 commit dee51ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ archived, but discarded.
307307
The archival process can be executed with the following DB procedure
308308
```sql
309309
CALL archive_dag_instances(
310-
i_to_ts => (now() - interval '12 months')::timestamp,
310+
i_to_ts => (now() - interval '3 months')::timestamp,
311311
i_max_records => 200000,
312-
i_chunk_size => 40000
312+
i_chunk_size => 10000
313313
);
314314
```
315315
This would archive all dag instances (and referenced job instances and events), which were created over 12 months ago.

0 commit comments

Comments
 (0)