su chen
su chen
Some online blogs say that error 40035 is related with invalid json payload. But as i tested, easeprobe produces valid json payload which match the request of dingtalk official document....
please change dry to false. dry run means the log will not be notified.
`/mnt/logs/easeprobe_http_access.log` only active when you call easeporbe via port 8181, for example, `curl http:127.0.0.1:8181/metrics`. it logs when easeprobe access by other users. and for `/mnt/logs/easeprobe_notify.log`, you need to change `dry:...
``` notify: dry: true # dry notification, print the Discord JSON in log(STDOUT) timeout: 20s # the timeout send out notification, default: 30s retry: # somehow the network is not...
Hi, i will make a pr to do that. Please wait.
Hi, can you download the newest version of code from github and use `make` command to compile it. Then try it again? I am sure this time the error message...
``` t, m, err := clntConn.Read(stdctx.Background()) if err != nil { if cs := websocket.CloseStatus(err); cs == websocket.StatusNormalClosure { svrConn.Close(websocket.StatusNormalClosure, "") } else { svrConn.Close(cs, err.Error()) logger.Errorf("%s: failed to read...
Well, I think current way to solve the flow in pipeline is correct, when meet unexpected result and no jumpif is set, then we should terminate the pipeline. If previous...
i even think we should add this option to `GlobalFilter`?
I am ok that add an option to pipeline spec. It can help to control more cases. By setting `fallthrough` to `true` in before pipeline, then if before pipeline failed,...