diff --git a/funkwhale_network/worker.py b/funkwhale_network/worker.py index 8a2cace5b9d653c7745ca058d9ae053963a6afde..744107bdc8932eaced7d8348f65466d81ea0578f 100644 --- a/funkwhale_network/worker.py +++ b/funkwhale_network/worker.py @@ -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"])