Hi All, Looking to try schedule pipelines using th...
# deployment-kubernetes
g
Hi All, Looking to try schedule pipelines using the k8 celery module. Bit confused on how this works. Is it Dagit's scheduler or a K8's CronJob manifest that schedules a run ?
a
currently its using cron on the box running dagit but we are almost done writing a version that uses k8s cron manifests instead
cc @cat
c
yup the k8s cron job scheduler implementation should be out by end of next week
👍 3
g
thanks both!