模板消息群发
#2421
Replies: 1 comment 1 reply
-
这属于 PHP 基础知识,批量任务一般使用队列方式执行,而不是一个进程发很久。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用 "overtrue/wechat": "~5.0",
使用循环 发送超过五百条 模板消息
$app->template_message->send($data)
执行到三百条的时候会提示502超时,请问我该如何优化?
Beta Was this translation helpful? Give feedback.
All reactions