mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #928] [Bug] 证书没有自动续期 #634
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#634
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ReddotCleaner on GitHub (Aug 15, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/928
软件版本 / Release Version
0.3.26
缺陷描述 / Description
复现步骤 / Steps to reproduce
工作流如图
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Aug 15, 2025):
0/60 * * * *是一个无效的 cron 表达式。cron 表达式有好多种规则,语法不完全一致。certimate 后端用的是 Unix crontab 那版的。而因为 Java 在国内的流行所以主流的还有 Spring 和 Quartz 这两种规则,而符合这两种规则的表达式却未必符合 crontab 规则。
现在某些无效的表达式也能被保存,但无法触发定时任务。#906 提到了这个 Bug。
你可以先在 https://crontab.guru/ 这个网站上验证表达式。这个 Issue 我先关了,后续修复请关注 #906。
@fudiwei commented on GitHub (Aug 15, 2025):
mark
从 #790 #919 传送过来的用户可以先自行排查一下是否是这个原因导致的工作流不执行(但这两个 Issue 本身不是这个原因)。
@ReddotCleaner commented on GitHub (Aug 15, 2025):
crontab会导致证书不进行自动更新吗?我先排除下自动任务的问题
@ReddotCleaner commented on GitHub (Aug 15, 2025):
定期任务已执行,但是证书依旧没有更新