As the title.
Details
bk, add fields to helm config
Diff Detail
- Repository
- R1 dagster
- Branch
- arcpatch-D4674
- Lint
Lint OK - Unit
No Unit Test Coverage
Event Timeline
integration_tests/python_modules/dagster-k8s-test-infra/dagster_k8s_test_infra/helm.py | ||
---|---|---|
336 | @alangenfeld - you mentioned you only wanted to have the extra worker for a single test. The cluster is session scoped though, so I'm not sure how we'd do that |
Since the extraWorkerQueues part of this test has caused flakiness in the past, can we make sure to run this through bk a few times (5?) times before merging? last time i tried to add extraWorkerQueues back, it passed the first three runs and then failed twice (https://dagster.phacility.com/D4535)
integration_tests/python_modules/dagster-k8s-test-infra/dagster_k8s_test_infra/helm.py | ||
---|---|---|
336 |
Ah i see I didn't realize this - not sure whats best. You could do a helm upgrade with new chunk of values but thats pretty complicated |
awesome, looks good!
after we merge celery and celery-extras yaml, we probably want to make it possible to configure different liveness probes per queue