mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
SyncRepoUpdateTimeJob stop
This commit is contained in:
@@ -3,9 +3,9 @@ class SyncRepoUpdateTimeJob < ApplicationJob
|
||||
|
||||
def perform(*args)
|
||||
# Do something later
|
||||
Project.forge.find_each do |project|
|
||||
update_repo_time!(project)
|
||||
end
|
||||
# Project.forge.find_each do |project|
|
||||
# update_repo_time!(project)
|
||||
# end
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user