Hi, is it possible to schedule a deployment with p...
# ask-community
f
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
I think you should create 2 different deployments with 2 sets of default parameters
f
nice idea 👍, so I would like to use --cron option and --params option of the cli I suppose ?
h
Yes, and most importantly, give them 2 different names with the -n parameter so that you can differentiate between them