Avtion

Results 4 comments of Avtion

i hava the same question for this issue.When i deploy my cron service in docker, after i reboot the server, there is a time interval before the first cron job....

Finish函数只是`Span`接口的方法,你需要Debug找到你实现Span接口的具体方法,然后在方法内断点调试

应该是的,我去看GORM最新的源码也看不到了,我写文章的时候GORM V2还没发布正式版本,不过影响不大吧。 [gorm.go - 0.2.31版本](https://github.com/go-gorm/gorm/blob/v0.2.31/gorm.go) ```go // Session session config when create session with Session() method type Session struct { DryRun bool PrepareStmt bool WithConditions bool SkipDefaultTransaction bool Context context.Context...

as far as I'm concerned, using serverless is better than deploy container on server, so i build a tencent cloud scf version. [bark-serverless](https://github.com/avtion/bark-serverless) 我也觉得用Serverless服务会更有优势,所以实现了一个腾讯云SCF的版本 - [bark-serverless](https://github.com/avtion/bark-serverless),希望能有所帮助。