world-federation-of-advertisers / cross-media-measurement

Apache License 2.0
34 stars 11 forks source link

feat!: enable horizontal autoscaling of Liquid Legions v2 Mill via CronJobs #1686

Closed SanjayVas closed 1 month ago

SanjayVas commented 1 month ago

This converts the Liquid Legions v2 Mill from a K8s Deployment to a CronJob.

BREAKING CHANGE: The Liquid Legions v2 Mill container images are now single jobs rather than daemons, where the --polling-interval option is replaced by a --grace-period option. BREAKING CHANGE: The Liquid Legions v2 Mill daemon Deployment has been replaced by a CronJob. BREAKING CHANGE: A CronJob scheduler Deployment must exist in each Duchy cluster with appropriate access to the K8s API in the cluster.

wfa-reviewable commented 1 month ago

This change is Reviewable

SanjayVas commented 1 month ago

Depends on #1692

SanjayVas commented 1 month ago

Dropping this in favor of #1697