I have a producer Worker and a consumer Worker. In local development, should they be able to communicate? I'm running them with two separate wrangler commands, but they share a persist directory (i.e.
wrangler dev --persist-to=../.persist
wrangler dev --persist-to=../.persist
). The consumer isn't getting any messages in local development.