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 7daa281 commit dee51eeCopy full SHA for dee51ee
README.md
@@ -307,9 +307,9 @@ archived, but discarded.
307
The archival process can be executed with the following DB procedure
308
```sql
309
CALL archive_dag_instances(
310
-i_to_ts => (now() - interval '12 months')::timestamp,
+i_to_ts => (now() - interval '3 months')::timestamp,
311
i_max_records => 200000,
312
-i_chunk_size => 40000
+i_chunk_size => 10000
313
);
314
```
315
This would archive all dag instances (and referenced job instances and events), which were created over 12 months ago.
0 commit comments