Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
aa224c13
Commit
aa224c13
authored
Dec 14, 2016
by
Kim "BKC" Carlbäcker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo-o
parent
0d438156
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/workers/build_queue_worker.rb
app/workers/build_queue_worker.rb
+1
-1
lib/ci/api/builds.rb
lib/ci/api/builds.rb
+1
-1
No files found.
app/workers/build_queue_worker.rb
View file @
aa224c13
...
...
@@ -7,7 +7,7 @@ class BuildQueueWorker
project
.
runners
.
select
do
|
runner
|
if
runner
.
can_pick?
(
build
)
# Inject last_update into Redis
Gitlab
::
Redis
.
with
do
|
redis
]
Gitlab
::
Redis
.
with
do
|
redis
|
new_update
=
Time
.
new
.
inspect
redis
.
set
(
runner_redis_key
(
runner
),
new_update
,
ex:
60
.
minutes
)
end
...
...
lib/ci/api/builds.rb
View file @
aa224c13
...
...
@@ -36,7 +36,7 @@ module Ci
Gitlab
::
Metrics
.
add_event
(
:build_not_found
)
if
last_update
==
""
Gitlab
::
Redis
.
with
do
|
redis
]
Gitlab
::
Redis
.
with
do
|
redis
|
new_update
=
Time
.
new
.
inspect
redis
.
set
(
current_runner_redis_key
,
new_update
,
ex:
60
.
minutes
)
headers
'X-GitLab-Last-Update'
,
new_update
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment