Skip to content
Snippets Groups Projects
Verified Commit 46641741 authored by Georg Krause's avatar Georg Krause
Browse files

test(sentry): trigger sentry report

parent a53f6227
No related branches found
No related tags found
No related merge requests found
Pipeline #26331 passed with stages
in 6 minutes and 57 seconds
......@@ -16,6 +16,7 @@ async def poll(ctx, domain):
async def update_all(ctx):
5/0 # Trigger sentry
pool = await db.get_pool(settings.DB_DSN)
for check in await db.get_latest_check_by_domain(pool):
await poll(ctx, check["domain"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment