Skip to content

Commit

Permalink
chore: set correct cron
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Mar 23, 2024
1 parent 753ae7c commit 622bfa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# backfill_policy=BackfillPolicy.multi_run(max_partitions_per_run=1),
auto_materialize_policy=AutoMaterializePolicy.eager(max_materializations_per_minute=None)
.with_rules(
AutoMaterializeRule.materialize_on_cron("32 21 * * *", all_partitions=False),
AutoMaterializeRule.materialize_on_cron("0 3 * * *", all_partitions=False),
)
.without_rules(
AutoMaterializeRule.skip_on_parent_outdated(),
Expand Down

0 comments on commit 622bfa0

Please sign in to comment.