https://prefect.io logo
Title
f

flapili

02/27/2023, 1:46 PM
Hi, is it possible to schedule a deployment with parameters (and multiples times), like do
add(2+2)
at 10AM every days and
add(3+3)
at 11AM every days ?
h

Hamza Naanani

02/27/2023, 1:46 PM
I think you should create 2 different deployments with 2 sets of default parameters
f

flapili

02/27/2023, 1:51 PM
nice idea 👍, so I would like to use --cron option and --params option of the cli I suppose ?
h

Hamza Naanani

02/27/2023, 2:02 PM
Yes, and most importantly, give them 2 different names with the -n parameter so that you can differentiate between them