Created
April 11, 2018 15:09
-
-
Save bookshelfdave/f7f2d1eaed9ed07e34ae39ed06471607 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MDN uses Celery, which is an asynchronous task queue/job queue. | |
| In SCL3, Celery was configured to use a RabbitMQ backend. AWS | |
| doesn't provide a RabbitMQ service, but Celery can use Redis via | |
| Elasticache (which it now does). | |
| MDN uses Memcached as a generic shared cache in kuma, kumascript, | |
| waffle (feature switches), rate limiting, and Cacheback. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment