appsembler / configuration

a simple, but flexible, way for anyone to stand up an instance of the edX platform that is fully configured and ready-to-go
GNU Affero General Public License v3.0
14 stars 13 forks source link

honeycomb config for lms/cms gunicorn #314

Closed thraxil closed 4 years ago

thraxil commented 4 years ago

gunicorn processes have to be initialized with the post_worker_init() hook.

This provides the initialization that https://github.com/appsembler/edx-platform/pull/616 will need.