Comment 2 for bug 784575

Revision history for this message
Gary Poster (gary) wrote : Re: [Bug 784575] Re: Change bug notification email to point to new bug +subscriptions page to manage subscriptions

On May 18, 2011, at 9:52 PM, Robert Collins wrote:

> You can land the branch now - make it feature flagged :).
>
> Then folk with the new flag get the new notice and folk with the old
> get the old.

Our concern was that sending emails is done without requests. Setting up a context for feature flags to work will take time we don't have, and if we did set it up, checking feature flags naively would involve a whole new set of "potato-programming" queries for each recipient that might significantly slow down an important script. Again, we don't have time to deal with that right now.

Gary