Rodric Rabbah <[email protected]> wrote on 05/02/2019 11:05:35 AM:
>
> any existing java function that uses the environment variables would have
> to be modified.
> i would not change it - openwhisk has a uniform model across all the
> runtimes and this would start to diverge... i can be convinced but
instinct
> is to leave it alone.
>
I think the change could be justified if it was part of a broader redesign
to enable concurrent activations in a runtime.
1. pass in a context object instead of stashing activation-specific
params in the environment
2. require proper structured logging
--dave