Anyone know of a way to determine if a worker role is running in the production or staging environment?
My worker role sends out daily email summaries of activities but if I have code in staging the email gets duplicated because I have two workers running.
Thoughts?