| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| djangoapps | ||
| envs | ||
| lib | ||
| static | ||
| templates | ||
| .coveragerc | ||
| __init__.py | ||
| startup.py | ||
| tests.py | ||
| urls.py | ||
| wsgi.py | ||
| wsgi_apache_lms.py |
Currently a new temp directory is created for every process via mkdtemp_clean() which cleans it on process exit. However, this is not compatible with using --preload option of gunicorn. With this option the tmp directory is created on gunicorn start and is shared by all the workers. But when a worker exits it deletes the directory. And so on the next requent the tmp directory needs to be recreated and the templates need to be recompiled. LMS-6507
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| djangoapps | Loading commit data... | |
| envs | Loading commit data... | |
| lib | Loading commit data... | |
| static | Loading commit data... | |
| templates | Loading commit data... | |
| .coveragerc | Loading commit data... | |
| __init__.py | Loading commit data... | |
| startup.py | Loading commit data... | |
| tests.py | Loading commit data... | |
| urls.py | Loading commit data... | |
| wsgi.py | Loading commit data... | |
| wsgi_apache_lms.py | Loading commit data... |