noworker-3
All checks were successful
Deploy to core / deploy (push) Successful in 4m47s

This commit is contained in:
Untone 2024-02-21 20:50:26 +03:00
parent cb64cd66da
commit 3db2efdf79

View File

@ -7,7 +7,6 @@ from ariadne.asgi import GraphQL
from starlette.applications import Starlette
from starlette.routing import Route
from services.follows import start_cached_follows
from services.rediscache import redis
from services.schema import resolvers
from services.search import search_service
@ -37,7 +36,6 @@ app = Starlette(
on_startup=[
redis.connect,
ViewedStorage.init,
start_cached_follows,
search_service.info,
# start_sentry,
start,