Skip to content

Commit

Permalink
feat: 清理仓库任务锁超时时间调整TencentBlueKing#2609
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL authored Sep 25, 2024
1 parent 061dff9 commit 323a847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ArtifactCleanupJob(
return Query()
}

override fun getLockAtMostFor(): Duration = Duration.ofDays(1)
override fun getLockAtMostFor(): Duration = Duration.ofDays(14)


override fun run(row: RepoData, collectionName: String, context: JobContext) {
Expand Down

0 comments on commit 323a847

Please sign in to comment.