nosentry
Some checks failed
Deploy to core / deploy (push) Failing after 1m56s

This commit is contained in:
2024-02-20 17:54:43 +03:00
parent f283ea048b
commit 40e52b4d71
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ from starlette.routing import Route
from services.rediscache import redis
from services.schema import resolvers
from services.search import search_service
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 +36,7 @@ app = Starlette(
redis.connect,
ViewedStorage.init,
search_service.info,
start_sentry,
# start_sentry,
start
],
on_shutdown=[