Thanks, Johan.
I did see that page, but if I understand the dispatcher config, the actor name you can define can't be a pattern? We define many actors without simple names like "myActor". In order to define a dispatcher for these actors, I presume I'd need to make a code change to use that dispatcher when the actors are created?
Long term, that's what I'll want to do. Short term, I was hoping to find a pure config way to fix this. Would be happy to override the default dispatcher's config, if that were possible, for a short-term fix.