selfprivacy-rest-api/selfprivacy_api/utils
Houkime 5afa2338ca Migrate Jobs to redis
Jobs API shall now use redis to store and retrieve jobs. This will make
it possible to add pubsub for jobs updates. For now it uses blocking api
of redis.
2022-11-23 14:43:06 +00:00
..
__init__.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
auth.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
block_devices.py refactor: Use singleton metaclass for all singleton classes 2022-10-27 18:31:52 +03:00
huey.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
network.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
redis_pool.py Migrate Jobs to redis 2022-11-23 14:43:06 +00:00
singleton_metaclass.py refactor: Use singleton metaclass for all singleton classes 2022-10-27 18:31:52 +03:00