Page MenuHomeElementl

refactor(helm): remove enabled flag in run coordinator
AcceptedPublic

Authored by rexledesma on Jul 9 2021, 4:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 5 2023, 1:25 AM
Unknown Object (File)
Apr 30 2023, 8:14 AM
Unknown Object (File)
Apr 9 2023, 5:24 AM
Unknown Object (File)
Mar 10 2023, 9:48 PM
Unknown Object (File)
Feb 17 2023, 8:11 AM
Unknown Object (File)
Feb 14 2023, 5:58 PM
Unknown Object (File)
Feb 8 2023, 10:46 AM
Unknown Object (File)
Feb 8 2023, 2:18 AM
Subscribers
None

Details

Summary

I forgot the DefaultRunCoordinator is a thing. Use that as an enum to remove the odd enabled toggle.

Test Plan

pytest
integration

Diff Detail

Repository
R1 dagster
Branch
rl/remove-enabled-run-coordinator (branched from master)
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

lgtm besides the comment

helm/dagster/values.yaml
757–758

presumably there are other reasons to want to use the queuedRunCoordinator?

This revision is now accepted and ready to land.Jul 9 2021, 3:00 PM
helm/dagster/values.yaml
757–758

oops