Skip to content

Commit

Permalink
disable hystrix on endpoint used by orca to monitor jobs as it gets D…
Browse files Browse the repository at this point in the history
…OSed
  • Loading branch information
robfletcher committed Dec 8, 2015
1 parent b3acc0c commit 8a43765
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 8a43765

Please sign in to comment.