sentry-off
All checks were successful
Deploy on push / deploy (push) Successful in 26s

This commit is contained in:
Untone 2024-05-08 23:48:11 +03:00
parent 80685fd1cc
commit f7fdd6fd76

View File

@ -9,7 +9,7 @@ from starlette.routing import Route
from services.rediscache import redis
from services.schema import resolvers
from services.sentry import start_sentry
# from services.sentry import start_sentry
from services.viewed import ViewedStorage
from services.webhook import WebhookEndpoint
from settings import DEV_SERVER_PID_FILE_NAME, MODE
@ -37,7 +37,7 @@ app = Starlette(
redis.connect,
ViewedStorage.init,
# search_service.info,
start_sentry,
# start_sentry,
start,
],
on_shutdown=[redis.disconnect],