Skip to content

Commit

Permalink
Update metadata sensor to 2 min polling interval (#38555)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch committed May 22, 2024
1 parent 77e42a7 commit 2331fc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
]

SCHEDULES = [
ScheduleDefinition(job=add_new_metadata_partitions, cron_schedule="*/5 * * * *", tags={"dagster/priority": HIGH_QUEUE_PRIORITY}),
ScheduleDefinition(job=add_new_metadata_partitions, cron_schedule="*/2 * * * *", tags={"dagster/priority": HIGH_QUEUE_PRIORITY}),
ScheduleDefinition(job=generate_connector_test_summary_reports, cron_schedule="@hourly"),
ScheduleDefinition(
cron_schedule="0 8 * * *", # Daily at 8am US/Pacific
Expand Down

0 comments on commit 2331fc2

Please sign in to comment.