I typically would have dev comingled with staging (maybe with an injected prefix if I'm worried abou

I typically would have dev comingled with staging (maybe with an injected prefix if I'm worried about name conflicts). Whether I do 1 or 2 would depend on the relationship between the keys. If it's the same logical service, I'd probably go with 1. If it's different logical services I'd go with #2. I distinguish a logical service from whether it lives in the same worker by the functionality it's accomplishing (e.g. if you know you have a service hiding within the code of another). In practice though, #1 is often the choice.
Was this page helpful?