brave/brave-browser

[ads] Consider specifying USER_BLOCKING task priority explicitly where needed

Opened this issue · 1 comments

We use here USER_BLOCKING by default for in-process brave ads which allows us to run brave ads tasks without delay:
https://github.com/brave/brave-core/blob/master/browser/brave_ads/services/bat_ads_service_factory_impl.cc#L47

Need to consider specifying USER_BLOCKING task priority explicitly.

Why we actually need USER_BLOCKING here? Does it really block something in terms of user experience? What if we finish classifying a few moments later?