[ads] Consider specifying USER_BLOCKING task priority explicitly where needed
Opened this issue · 1 comments
aseren commented
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.
atuchin-m commented
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?