This commit is contained in:
parent
cb64cd66da
commit
3db2efdf79
2
main.py
2
main.py
|
@ -7,7 +7,6 @@ from ariadne.asgi import GraphQL
|
||||||
from starlette.applications import Starlette
|
from starlette.applications import Starlette
|
||||||
from starlette.routing import Route
|
from starlette.routing import Route
|
||||||
|
|
||||||
from services.follows import start_cached_follows
|
|
||||||
from services.rediscache import redis
|
from services.rediscache import redis
|
||||||
from services.schema import resolvers
|
from services.schema import resolvers
|
||||||
from services.search import search_service
|
from services.search import search_service
|
||||||
|
@ -37,7 +36,6 @@ app = Starlette(
|
||||||
on_startup=[
|
on_startup=[
|
||||||
redis.connect,
|
redis.connect,
|
||||||
ViewedStorage.init,
|
ViewedStorage.init,
|
||||||
start_cached_follows,
|
|
||||||
search_service.info,
|
search_service.info,
|
||||||
# start_sentry,
|
# start_sentry,
|
||||||
start,
|
start,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user