Skip to content

Commit 2331fc2

Browse files
authored
Update metadata sensor to 2 min polling interval (#38555)
1 parent 77e42a7 commit 2331fc2

File tree

1 file changed

+1
-1
lines changed
  • airbyte-ci/connectors/metadata_service/orchestrator/orchestrator

1 file changed

+1
-1
lines changed

airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
]
170170

171171
SCHEDULES = [
172-
ScheduleDefinition(job=add_new_metadata_partitions, cron_schedule="*/5 * * * *", tags={"dagster/priority": HIGH_QUEUE_PRIORITY}),
172+
ScheduleDefinition(job=add_new_metadata_partitions, cron_schedule="*/2 * * * *", tags={"dagster/priority": HIGH_QUEUE_PRIORITY}),
173173
ScheduleDefinition(job=generate_connector_test_summary_reports, cron_schedule="@hourly"),
174174
ScheduleDefinition(
175175
cron_schedule="0 8 * * *", # Daily at 8am US/Pacific

0 commit comments

Comments
 (0)