We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这段代码的意思是取参数值,如果现在有两个用户做实验,用户一的参数是k1=v1, 用户二的参数是 k1=v2, 如果用户二先发布,这时候$value = ExpSys::get(“k1”);会返回啥?
k1=v1
k1=v2
$value = ExpSys::get(“k1”);
The text was updated successfully, but these errors were encountered:
是不可能同时做这两个没错,如果流量同时经过发布层和普通层,应该是选择普通层实验对吧,参数取的值是普通层实验的参数值
Sorry, something went wrong.
我记得文档里说的是普通层覆盖发布层啊,比如发布遇到问题,删除发布层就完事了,如果这时候普通层不在了,撤销发布就做了不止一件事
进入launch layer, normal layer没结束啊,感觉很多观点对不齐,暂且不讨论了
No branches or pull requests
这段代码的意思是取参数值,如果现在有两个用户做实验,用户一的参数是
k1=v1
, 用户二的参数是k1=v2
, 如果用户二先发布,这时候$value = ExpSys::get(“k1”);
会返回啥?The text was updated successfully, but these errors were encountered: