Akka Actor Messaging Delay
问题 I'm experiencing issues scaling my app with multiple requests. Each request sends an ask to an actor, which then spawns other actors. This is fine, however, under load(5+ asks at once), the ask takes a massive amount of time to deliver the message to the target actor. The original design was to bulkhead requests evenly, but this is causing a bottleneck. Example: In this picture, the ask is sent right after the query plan resolver. However, there is a multi-second gap when the Actor receives