Does a db_pre_request hook also run for GET RPC calls that are routed to read replicas?
The user is trying to set up a proxy to enforce rate limits by signing requests and checking the signature in a db_pre_request function. They are inquiring if this function runs on read replicas, as it affects their implementation strategy.