Skip to content

Commit 7afdbeb

Browse files
committed
Pause migration progress workflow schedule
1 parent bb89679 commit 7afdbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/labs/ucx/progress/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self) -> None:
2929
def schedule(self) -> CronSchedule:
3030
"""Schedule the migration progress workflow to run by default daily at 5:00 a.m. (UTC)."""
3131
return CronSchedule(
32-
quartz_cron_expression="0 0 5 * * ?", timezone_id="Etc/UTC", pause_status=PauseStatus.UNPAUSED
32+
quartz_cron_expression="0 0 5 * * ?", timezone_id="Etc/UTC", pause_status=PauseStatus.PAUSED
3333
)
3434

3535
@job_task(job_cluster="user_isolation")

0 commit comments

Comments
 (0)