Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify backend entrypoint to wait redis (inmem and ondisk) (#7479)
Currently CVAT is just waiting for the database to start the server process and the worker processes, but if redis instances (for queue and cache processing) are not running we will get a non-functional cvat. This PR adds availability checking for redis_ondisk and redis_inmem
- Loading branch information