This commit is contained in:
8
main.py
8
main.py
@@ -1,18 +1,18 @@
|
||||
import os
|
||||
import asyncio
|
||||
import os
|
||||
from os.path import exists
|
||||
|
||||
from sentry_sdk.integrations.aiohttp import AioHttpIntegration
|
||||
from sentry_sdk.integrations.redis import RedisIntegration
|
||||
from sentry_sdk.integrations.sqlalchemy import SqlalchemyIntegration
|
||||
from sentry_sdk.integrations.strawberry import StrawberryIntegration
|
||||
from strawberry.asgi import GraphQL
|
||||
from starlette.applications import Starlette
|
||||
from strawberry.asgi import GraphQL
|
||||
|
||||
from services.rediscache import redis
|
||||
from resolvers.listener import reactions_worker
|
||||
from resolvers.schema import schema
|
||||
from settings import DEV_SERVER_PID_FILE_NAME, SENTRY_DSN, MODE
|
||||
from services.rediscache import redis
|
||||
from settings import DEV_SERVER_PID_FILE_NAME, MODE, SENTRY_DSN
|
||||
|
||||
|
||||
async def start_up():
|
||||
|
Reference in New Issue
Block a user