project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Ensure That Celery Workers Don't Cross Stack Color Boundaries #513

Open rajadain opened 5 years ago

rajadain commented 5 years ago

When deploying to production, both stack colors co-exist for a brief period of time. Ensure that when that happens, requests from one stack's (e.g. Green) app server don't go to the other's (e.g. Blue) workers.

Similar work was done for MMW. Find references to it and add to this card.