Refactor blocklist import registration to async startup flow

This commit is contained in:
2026-04-11 20:07:00 +02:00
parent 952469e667
commit 9cba5a9fcb
4 changed files with 13 additions and 72 deletions

View File

@@ -123,7 +123,7 @@ async def startup_shared_resources(
scheduler.start()
health_check.register(app)
blocklist_import.register(app)
await blocklist_import.register(app)
geo_cache_flush.register(app)
geo_re_resolve.register(app)
history_sync.register(app)