wandb / helm-charts

Our official helm charts for deploying wandb into k8s
MIT License
19 stars 8 forks source link

feat: Chart for executor service #264

Closed annirudh closed 2 days ago

annirudh commented 1 week ago

Operator changes to add a new executor pod that is responsible for handling background tasks that are currently handled in wandb-app.

With this change, wandb-app and parquet just schedule tasks using async, which is backed by the existing Redis instance. Then the executor pod is responsible for actually kicking this off. This has a few advantages: