Lien Li
Lien Li
in our case, we need a `pool.Pause()` to pause all jobs, and use `pool.Resume()` to restart the jobs.
add function `ToInt64SliceE` to support convert slice to `[]int64`
Before this PR, the Unique message (by setting `Message.Name`) is by default have to wait for 24 hours to be invalid. with this `UniqueDuration` field , you can set your...
My test Code ``` func main() { // Environment variables: examples.Run(func(ctx context.Context, log *zap.Logger) error { // Dispatcher handles incoming updates. dispatcher := tg.NewUpdateDispatcher() opts := telegram.Options{ Logger: log, UpdateHandler:...
mysql 版本:mysql Ver 14.14 Distrib 5.6.36, for Linux (x86_64) using EditLine wrapper 使用模式 Client -> Atlas -> Mysql 原来的使用方式是客户端直连Mysql,但是后面想做读写分离 就用了Atlas,但是发现通过Atalas 代理基本的读写业务之后,Mysql 会不定期奔溃(几乎每天都会奔溃一次),并且自动重启。 后面我们客户端改回去直连mysql的方式, 就没有出现奔溃的现象。 下面我贴出的是coredump记录,以及奔溃日志 **关于COREDUMP 文件** 如果有必要可以把coredump文件发出来。我们目前只得到下面的信息 通过对比源码发现是parser_state 从...
proxy-read-only-backend-addresses = 192.168.1.2:3306@1,192.168.1.3:3306@0 想要得到的目的是 默认情况下读 192.168.1.2 如果失败了 读取 192.168.1.3。 就是说 192.168.1.3 作为backup机器
when you can support connection pool and TCP connection keepalive?
I tryed encrypt a text with a key with PHP code,then it is OK when decrypt it with Java and Object-C , ``` mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $bindkey, $text, MCRYPT_MODE_ECB ) ``` I...
here is the code ``` lua local upload = require "resty.upload" local json = require "cjson" local s3_upload = require "resty.s3_upload" local form, err = upload:new(chunk_size) if not form then...
fulfillment https://github.com/kubesphere/website/issues/1004