-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider adding more "secret" params to WF API #380
Comments
Note common logging systems use "[DEBUG|INFO|WARNING|ERROR]" for logging levels. |
Passing these variables into functions during the testing phase to be able to test and tune parameters sounds good. |
We could make current "secret" params clearer. |
prefix any param that is not for public use is prefixed with note - if the param is exposed at some later point, the |
This is inspired by HTTP experimental or non-standard/custom headers.
|
It may be useful to allow extra functionality / arguments / control to be injected into the WFs to help debugging, tune per run optimizations, etc.
For example:
log level: bool,
bioformats chunk size: int,
ng_shader_param_quantiles: [float, float]
rechunk_in_memory: bool
The text was updated successfully, but these errors were encountered: