cache-fixed
Some checks failed
Deploy to core / deploy (push) Failing after 15m39s

This commit is contained in:
2024-02-21 17:37:58 +03:00
parent 63f5a708b7
commit e69046a1f8
6 changed files with 63 additions and 44 deletions

View File

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