cache-fix
Some checks failed
deploy / deploy (push) Failing after 9s

This commit is contained in:
2023-12-23 08:40:41 +03:00
parent 8e28e3d86d
commit bf2c5b67e3
2 changed files with 5 additions and 2 deletions

View File

@@ -27,8 +27,8 @@ schema = make_executable_schema(load_schema_from_path("schemas/core.graphql"), r
async def start_up():
await redis.connect()
views_stat_task = asyncio.create_task(ViewedStorage().worker())
print(views_stat_task)
# start viewed service
await ViewedStorage.init()
if MODE == "development":
# pid file management