[402] SUPEREXEC_INVALID_EXECUTOR_CONFIG¶
Description¶
The SuperExec executor could not be selected, or its configuration could not be loaded, parsed, or applied.
Comment Résoudre¶
Confirm that the selected
--executoris supported by the running Flower version.Confirm that the
--executor-configpath exists and is readable.Ensure the file is valid YAML.
Ensure the YAML document is a mapping.
Review the accompanying error message for the exact failure.