We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb89679 commit 7afdbebCopy full SHA for 7afdbeb
src/databricks/labs/ucx/progress/workflows.py
@@ -29,7 +29,7 @@ def __init__(self) -> None:
29
def schedule(self) -> CronSchedule:
30
"""Schedule the migration progress workflow to run by default daily at 5:00 a.m. (UTC)."""
31
return CronSchedule(
32
- quartz_cron_expression="0 0 5 * * ?", timezone_id="Etc/UTC", pause_status=PauseStatus.UNPAUSED
+ quartz_cron_expression="0 0 5 * * ?", timezone_id="Etc/UTC", pause_status=PauseStatus.PAUSED
33
)
34
35
@job_task(job_cluster="user_isolation")
0 commit comments