Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] 解决PushPlus推送频率上限 #415

Open
yanhy2000 opened this issue Jul 15, 2024 · 1 comment
Open

[Request] 解决PushPlus推送频率上限 #415

yanhy2000 opened this issue Jul 15, 2024 · 1 comment

Comments

@yanhy2000
Copy link

🥰 需求描述

在推送方案中的PushPlus,对于每个用户有频率限制,如每分钟5条
在正常签到多条后推送,会同时推送5条以上
能否修改日志推送方式,将执行后的日志进行缓存,在程序结束后统一进行推送

PushPlus:

内容 频率
请求频率 1分钟5次
相同内容 1小时3条

🧐 解决方案

将日志暂存变量log_list或者暂存到/tmp/dailycheckin.log,程序运行完成后统一处理推送方案

📝 补充信息

No response

@yanhy2000 yanhy2000 changed the title [Request] [Request] 解决PushPlus推送频率上限 Jul 15, 2024
@crane168
Copy link

确实有这个需求,信息一次推送就行,不用分开推送

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants