You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sean's suggestion:
Not the way it's written currently, but something like local -ir worker_max=${WORKER_MAX:-50} would do with trick with a default value if it's not defined. Likely a better approach than noise diffs!
Gabe mentioned here:
"I'm guessing these can be overridden by
env
variables?"Originally posted by @gparmer in #257 (comment)
Sean's suggestion:
Not the way it's written currently, but something like
local -ir worker_max=${WORKER_MAX:-50}
would do with trick with a default value if it's not defined. Likely a better approach than noise diffs!Lines:
sledge-serverless-framework/runtime/experiments/workload_mix_realworld/run.sh
Lines 105 to 110 in 7640cd5
The text was updated successfully, but these errors were encountered: