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

Revert "test(sentry): trigger sentry report"

This reverts commit 46641741.
parent 43f8d29d
No related branches found
No related tags found
No related merge requests found
Pipeline #26334 passed with stages
in 2 minutes and 29 seconds
......@@ -16,7 +16,6 @@ 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