Hi there! Great stuff here--I'm really enjoying using this library.
It's easy to work around, but there appears to be an issue when you try to add a processor to the validate_process chain, without also adding it to save_process. Here's the relevant portion of my config file:
I have a bunch of logging output in the AliasValidator processor, but it only fires if I have it in BOTH process chains. If I put in just validate_process (where it's really needed), the initializer runs, but the processor itself never fires. (Confirmed from the logs of both the processor and the external service it talks to.)
Hi there! Great stuff here--I'm really enjoying using this library.
It's easy to work around, but there appears to be an issue when you try to add a processor to the
validate_process
chain, without also adding it tosave_process
. Here's the relevant portion of my config file:I have a bunch of logging output in the
AliasValidator
processor, but it only fires if I have it in BOTH process chains. If I put in justvalidate_process
(where it's really needed), the initializer runs, but the processor itself never fires. (Confirmed from the logs of both the processor and the external service it talks to.)Is this a bug, or am I missing something?
Thanks!