This way curator itself wouldn't have to support all the options people might wish to run but will instead focus on selecting the indices for those actions and dispatching the calls to those actions.
The text was updated successfully, but these errors were encountered:
HonzaKral commentedFeb 12, 2014
I'd like to see the ability for users to register their own actions to be run at given thresholds. Example API (rough draft):
Which can then be used via the CLI by specifying the 'close' action type.
Problem is how do we do the discovery - we could ask the users to wrap the code in their at this point:
or maybe just provide an env variable with a list of python modules to be loaded before the run:
This way curator itself wouldn't have to support all the options people might wish to run but will instead focus on selecting the indices for those actions and dispatching the calls to those actions.
The text was updated successfully, but these errors were encountered: