Results 11 comments of Denis Erofeev

@phillbaker we don't want to delete experiment. We just want to finish the experiment and so that the number of participants to the winner option no longer increases.

When experiment is "finished" as requested in this issue: - New users still assign and increases option B. The number of participants still growing (If option B is a winner...

Yes, quite right

In my opinion the best way out of this situation is to bring the statistics below the test at its end. For example: Option A - 16 participants, 8 converted,...

I mean that we simply can add more statistical information to /admin/vanity page when experiment finished. Add information with participants, converted and % at the end of the experiment. By...

I think that it will be more clear(most understandable), if you will remove this links from view.

ahhh, it's present in nginx.conf: `lua_package_path "/usr/local/lib/lua/?.lua;;";`

If it's possible, can you pls provide example with NGINX? Thanks @guysv

One more very strange thing: if I use code below in nginx.conf: `location /test { content_by_lua_block { local json = require("json") ngx.say(json.encode({ 1, 2, 3, { x = 10 }...

So, for example above with static label when we start sidekiq job - WorkerWithCustomLabels it will add two labels - my_label = 'value-here' and other_label = 'second-val', those labels are...