John Mizerany
09/08/2023, 3:24 PMnull
in for the cron flag for a deployment? We have two workspaces and don’t want the schedules to run in one of them as the other is more for testing. This would be using the CLI so prefect deploy
Jake Kaplan
09/08/2023, 4:27 PMprefect deploy
you can opt to not pass a schedule.
Alternatively you can pass the schedule and disable it with:
prefect deployment pause-schedule
or via the client/api etc.John Mizerany
09/08/2023, 5:32 PMJake Kaplan
09/08/2023, 6:14 PMnull
as opposed to the cron under the schedule
schedule: null
Serina
09/08/2023, 7:43 PMnull
in the deployments
section, rather than modifying the existing schedule
section at the top of the prefect.yaml
Jake Kaplan
09/08/2023, 7:44 PMJohn Mizerany
09/08/2023, 7:45 PMschedule
flag