Project

General

Profile

Bug #3097

Updated by Tom Clegg almost 10 years ago

Initial description: @JOB_PARAMETER_*@ environment variables set by crunch-job are not seralized to json correctly when running a docker container. 

 However: Passing @JOB_PARAMETER_*@ environment variables is already sketchy: total environment tends to be limited and this can effectively limit the size of script_parameters, producing weird results when the limit is reached. 

 Ability to access script_parameters from a crunch script without doing an additional API call seems worth preserving. 

 Making the entire script_parameters hash available through a pipe (stdin?) should be more reliable and nearly as convenient as environment variables. 

Back