Skip to content

Commit

Permalink
Merge pull request #595 from Lonnen/747562-statsd-back
Browse files Browse the repository at this point in the history
update requirements to new version, enable the processors incrementor
  • Loading branch information
lonnen committed May 17, 2012
2 parents cbbd9e3 + 198798a commit e35a52f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/prod.txt
Expand Up @@ -6,6 +6,6 @@ isodate==0.4.7
lxml==2.3.4
psycopg2==2.4.5
simplejson==2.5.0
statsd==0.5.0
statsd==0.5.1
thrift==0.8.0
web.py==0.36
2 changes: 1 addition & 1 deletion socorro/processor/processor.py
Expand Up @@ -512,7 +512,7 @@ def processJob (self, jobTuple):

try:
self.quitCheck()
#self.statsd.incr(self.statsd_prefix + '.jobs')
self.statsd.incr(self.statsd_prefix + '.jobs')
newReportRecordAsDict = {}
processorErrorMessages = []
jobId, jobUuid, jobPriority = jobTuple
Expand Down

0 comments on commit e35a52f

Please sign in to comment.