precache-fix
All checks were successful
Deploy on push / deploy (push) Successful in 1m7s

This commit is contained in:
2024-06-04 09:07:46 +03:00
parent bfc177a811
commit 9c02333e2b
2 changed files with 122 additions and 83 deletions

View File

@@ -7,6 +7,7 @@ from ariadne.asgi import GraphQL
from starlette.applications import Starlette
from starlette.routing import Route
from services.exception import ExceptionHandlerMiddleware
from services.precache import precache_data
from services.rediscache import redis
from services.schema import resolvers
@@ -14,7 +15,6 @@ from services.search import search_service
from services.sentry import start_sentry
from services.viewed import ViewedStorage
from services.webhook import WebhookEndpoint
from services.exception import ExceptionHandlerMiddleware
from settings import DEV_SERVER_PID_FILE_NAME, MODE
import_module("resolvers")