Skip to content

Commit

Permalink
[api] only fetch bugzilla issues in issuetracking queue
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo authored and adrianschroeter committed Sep 10, 2014
1 parent a123fe7 commit 0967861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/models/issue.rb
Expand Up @@ -68,7 +68,7 @@ def self.bugzilla_state( string )
def fetch_issues
# inject update jobs after issue got created
IssueTracker.all.each do |t|
t.delay.fetch_issues()
t.delay(queue: 'issuetracking').fetch_issues
end
end

Expand Down

0 comments on commit 0967861

Please sign in to comment.