ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Adding default deadline of 10 minutes #62

Closed ashwanthkumar closed 7 years ago

ashwanthkumar commented 7 years ago

Adding default deadline of 10 minutes for all forward and replication requests. Without this - sometimes the forward or replicate call gets stuck for infinite amount of time. This has caused havoc on production for a while now - while this is not the actual culprit to the problem this should help us move forward by re-trying after sometime.

codecov-io commented 7 years ago

Current coverage is 74.18% (diff: 0.00%)

Merging #62 into master will not change coverage

@@             master        #62   diff @@
==========================================
  Files            29         29          
  Lines           519        519          
  Methods           0          0          
  Messages          0          0          
  Branches         86         86          
==========================================
  Hits            385        385          
  Misses           80         80          
  Partials         54         54          

Sunburst

Powered by Codecov. Last update 582c66a...e035bfd

gsriram7 commented 7 years ago

LGTM