not-nexus / shelf

REST API for AWS S3 meant to be an interface to immutable artifact storage.
MIT License
8 stars 3 forks source link

disabling shared memory part of health #102

Closed kyle-long closed 7 years ago

kyle-long commented 7 years ago

Because it was causing issues. Apparently locking needed to be done (possibly?). As it was, we would get errors with concurrent requests, although rarely.

codecov-io commented 7 years ago

Codecov Report

Merging #102 into master will not change coverage.

@@          Coverage Diff          @@
##           master   #102   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          72     71    -1     
  Lines        1991   1936   -55     
=====================================
- Hits         1991   1936   -55
Impacted Files Coverage Δ
shelf/configure.py 100% <ø> (ø) :white_check_mark:
shelf/endpoint_decorators.py 100% <100%> (ø) :white_check_mark:
shelf/app.py 100% <100%> (ø) :white_check_mark:
shelf/routes/artifact.py 100% <100%> (ø) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3ce37d9...fd9b73b. Read the comment docs.