Open maikia opened 4 years ago
When (locally) I follow the docs to run an event and run a single dispatcher using a given command:
~/ramp_deployment $ ramp launch dispatcher --event-config events/iris_test/config.yml --hunger-policy sleep -vv
I am receiving an error:
Error: no such option: --hunger-policy
It runs alright if the --hunger-policy option is removed
True. We need to add the parameter to the signature. The code already use a default: https://github.com/paris-saclay-cds/ramp-board/blob/master/ramp-engine/ramp_engine/cli.py#L81
When (locally) I follow the docs to run an event and run a single dispatcher using a given command:
~/ramp_deployment $ ramp launch dispatcher --event-config events/iris_test/config.yml --hunger-policy sleep -vv
I am receiving an error:
It runs alright if the --hunger-policy option is removed
Description
Steps/Code to Reproduce
Expected Results
Actual Results
Versions