Replies: 1 comment 2 replies
-
这个频率是可以自定义的,RUN_AT 可以直接指定为 cron 表达式。 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Freenom免费续期时间为,域名到期前14天内。所以把频率设置为一周一次也可以满足需求,这样降低了大家同时运行的概率。
比如
33 12 * * 1
--> 每周一12:33运行一次有个很方便的cron表达式在线工具,https://crontab.guru/
Beta Was this translation helpful? Give feedback.
All reactions