Can I set a concurrency policy when using a cron s...
# flyte-support
g
Can I set a concurrency policy when using a cron schedule in a launch plan? Example: https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#concurrency-policy
t
g
That may not solve what I want, though. Concurrency policy is set per CronJob; in Flyte's case, it should be per Launch Plan.
t
i'm not sure if that's possible today. @icy-agent-73298 could you confirm?
i
Flyte doesn’t use kubernetes controller for scheduling jobs, but has its own scheduler for scheduling flyte launchplans. Would be good enhancement to add to flytescheduler. @green-crayon-74257 would be great if you could open an issue for this.
g
Flyte doesn’t use kubernetes controller for scheduling jobs, but has its own scheduler for scheduling flyte launchplans.
I understand; I was referring to K8s CronJobs as a reference.
would be great if you could open an issue for this.
I will. Thanks.