logo
3
38
WeChat Login

云函数定时触发器,触发时间不准确#895

Open
created 3 weeks ago
Edit

云开发环境ID

cloud1-0g7esdnl6f8117d3

问题描述

云函数,配置了以下定时触发器

"triggers": [ { "name": "hourly_sync", "type": "timer", "config": "0 10/30 * * * * *" } ]

在2026年3月20日早上11点之前,都正常在每小时10分、40分触发云函数。

但在2026年3月20日早上11点之后,云函数在

2026-03-20 11:20:24
2026-03-20 12:20:24
2026-03-20 14:20:25
2026-03-20 14:50:25
2026-03-20 15:50:25

这些非设定时间触发,并且在 2026-03-20 14:10:00 没有触发。

请解决上述问题。

60aacdba98d840cc95ce9fb433ca1ac9.png

我的也是,直接半小时不运行了

去网页后台配置triggers就行,云函数不知道啥时候把triggers删了。

Creator

去网页后台配置triggers就行,云函数不知道啥时候把triggers删了。

@cnb.c0TjeHjUhPA(Fony) 要重新去网页后台配置?我在开发者工具里面,看定时器都在的

Creator

去网页后台配置triggers就行,云函数不知道啥时候把triggers删了。

@cnb.c0TjeHjUhPA(Fony) 在网页配置,可以触发云函数。但是订阅消息推送,会报errCode: -501007

T

NPC
referenced ISSUE
Assignee
(Alfred Huang)
Label
None yet
Priority
None yet
Time period
-
Property
Add custom properties to record and label key information
Participant