Skip to content

Commit 4b8657f

Browse files
authored
chore: update cleanup job chunk max age (#5345)
1 parent 19d69e0 commit 4b8657f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/oso_dagster/definitions/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def default_definitions(
4848

4949
chunked_state_cleanup_sensor = setup_chunked_state_cleanup_sensor(
5050
global_config.gcs_bucket,
51-
max_age_hours=24 * 14,
51+
max_age_hours=24 * 2,
5252
enable=global_config.is_production,
5353
)
5454

0 commit comments

Comments
 (0)