zhb127

Results 7 comments of zhb127

cron.New(cron.WithSeconds())

> https://github.com/RichardKnop/machinery/blob/master/v1/brokers/redis/redis.go#L338 +1

> > https://github.com/RichardKnop/machinery/blob/master/v1/brokers/redis/redis.go#L338 > > +1 IgnoreWhenTaskNotRegistered in signature struct, loop call requeueMessage if signature forget set IgnoreWhenTaskNotRegistered=true, only force delete signature from redis

> You should also include this change to actually test the changed functionality: > > https://github.com/cosmtrek/air/pull/358/files#diff-c484509c25b7c8e4df331c9aefcbb49e43881a9a57c201a4491a4b7b61a72acb thx, The test code has been added.

VSCode change Go syntax highlighting grammar: https://github.com/microsoft/vscode-docs/pull/7012/files issues: - https://github.com/microsoft/vscode/issues/203998 - https://github.com/microsoft/vscode/issues/204197 - https://github.com/robb0wen/synthwave-vscode/issues/309 solution: - https://github.com/microsoft/vscode/issues/204197#issuecomment-1929246564 There seems to be no better way...😔

> openwrt使用之后会出现sh: 1: ./ngrok: Exec format error 是在 docker 里面运行的么? 因为这个是封装成 docker 镜像,镜像里面的环境默认是 ubuntu,所以二进制可执行文件是 linux 版本的。 如果单独拿出来运行是不行的。可以直接用:https://github.com/open-dingtalk/pierced/tree/master/linux_arm