Refactor blocklist import registration to async startup flow
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user