minor-fixes
Some checks failed
deploy / deploy (push) Failing after 1m8s

This commit is contained in:
2023-12-15 15:36:43 +03:00
parent aaf30ec115
commit 1ea9332a98
3 changed files with 6 additions and 31 deletions

View File

@@ -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(),