Example #1
0
 def decrement_impressions(self):
     shardedcounter.decrement(str(self.key()))
Example #2
0
 def decrement_pending_score(self):
     shardedcounter.decrement('pending_score')