public
Description: Push jobs into starling
Clone URL: git://github.com/fesplugas/simplified_starling.git
Search Repo:
Log errors when connecting to Starling, maybe we should retry, but now its 
ok
fesplugas (author)
Fri Jul 18 03:42:46 -0700 2008
commit  db1df5eddec9c958535edbc1259318aaeeb4d5a6
tree    92a50bfeefc4c429058d163e11c407a88d5ee591
parent  1d02e58b2ab92016d9b1dea1bd1cdced24fcbbf1
...
16
17
18
 
 
 
19
20
21
...
16
17
18
19
20
21
22
23
24
0
@@ -16,6 +16,9 @@ module SimplifiedStarling
0
 
0
     STARLING_LOG.info "[#{Time.now.to_s(:db)}] Pushed #{job[:task]} on #{job[:type]} #{job[:id]}"
0
 
0
+ rescue Exception => error
0
+ STARLING_LOG.error "[#{Time.now.to_s(:db)}] ERROR #{error.message}"
0
+ raise MemCache::MemCacheError, error.message
0
   end
0
 
0
 end

Comments

    No one has commented yet.