This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
SyncRepoUpdateTimeJob stop
pull/338/head
xxq250
2 years ago
parent
3741445d2b
commit
85fe03e40f
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/jobs/sync_repo_update_time_job.rb
+ 3
- 3
app/jobs/sync_repo_update_time_job.rb
View File
@@ -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
Write
Preview
Loading…
Cancel
Save