Check work stability if Redis shut downed
Check how would behave Ferrum
if we stop Redis
server, it shouldn't crashed it should respond with something like "Data Storage is not ready, please try again later", and work when storage is Up
In this task i also take some additional works:
-
add typical error for DataStorageNotAvailable
-
add more typical errors 4 determine what happened ( ObjectNotFoundError
and others), this point solves issue: #22 (closed) -
working with typical errors (previous list item) brake me a lot of manager
methods: Have to implement minimal set of tests (partially solves issue #62 (closed) -
I should also make come clean-up in Dockerfile
&&docker-compose
: add permanent name for containers, volumes and so on -
working on docker compose i change to init redis via sh. script (not using python) #44 (closed) -
test all method on availability