Skip to content

Commit

Permalink
Merge pull request #55 from robfletcher/master
Browse files Browse the repository at this point in the history
disable hystrix on endpoint used by orca to monitor jobs as it gets D…
  • Loading branch information
robfletcher committed Dec 8, 2015
2 parents b3acc0c + 8a43765 commit 5c7c53f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ class JenkinsService {
}

QueuedJob getQueuedItem(Integer item) {
new SimpleHystrixCommand<QueuedJob>(
groupKey, "getQueuedItem", {
// new SimpleHystrixCommand<QueuedJob>(
// groupKey, "getQueuedItem", {
return jenkinsClient.getQueuedItem(item)
}).execute()
// }).execute()
}

Response build(String jobName) {
Expand Down

0 comments on commit 5c7c53f

Please sign in to comment.