This commit is contained in:
6
main.py
6
main.py
@@ -33,11 +33,7 @@ async def start_up():
|
||||
SENTRY_DSN,
|
||||
enable_tracing=True,
|
||||
integrations=[
|
||||
StrawberryIntegration(
|
||||
# Set async_execution to True if you have
|
||||
# at least one async resolver
|
||||
async_execution=True
|
||||
),
|
||||
StrawberryIntegration(async_execution=True),
|
||||
SqlalchemyIntegration(),
|
||||
RedisIntegration(),
|
||||
AioHttpIntegration(),
|
||||
|
Reference in New Issue
Block a user