mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1086] [Bug] 工作流有时候会重复执行 #732
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#732
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 @ouchonghui on GitHub (Dec 5, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1086
Release Version / 软件版本
v0.4.7
Description / 缺陷描述
有时候会重复执行,目前没有发现规律。
今天的正常,但是另一个工作流重复执行了
昨天的重复执行
前天的也重复执行
Steps to reproduce / 复现步骤
查看工作流日志
Logs / 日志
12-05的
12-04的
12-03的
Miscellaneous / 其他
No response
Contribution / 贡献代码
@fudiwei commented on GitHub (Dec 8, 2025):
“重复执行”是指什么?定时触发在同一时间触发了多次运行吗?
@ouchonghui commented on GitHub (Dec 8, 2025):
是的,就像我日志截图里的那个工作流,我配置的每天6点触发,有时候它会像日志里一样,在6点同时触发了两次,
@fudiwei commented on GitHub (Dec 9, 2025):
问个问题,你 cron 是同一时间的工作流有几个?
@ouchonghui commented on GitHub (Dec 9, 2025):
5点两个,6点两个
@fudiwei commented on GitHub (Dec 11, 2025):
未复现问题,但尝试调整了一些加锁的地方,麻烦升级到 v0.4.9 再观察一下。