sadly, while my note above is true in general, it turns out that this isn't the case for the celery k8s executor (which is special in that it requires that you have a specific run launcher on the instance) cc @daniel
m
Mykola Palamarchuk
02/03/2022, 7:28 AM
I'm asking about that especially because Helm chart has only one
runLauncher.type
parameter.
d
daniel
02/03/2022, 12:57 PM
Currently the instance can only have a single run launcher. We’d like to make it in the future so that you can choose whether to use celery or not without needing to swap out the run launcher though.