Network maintenance. Planio will be observing two scheduled maintenance windows this Tuesday, March 2 and Wednesday, March 3 from 02:00 UTC until 06:00 UTC each in order to perform maintenance on access routers in our primary datacenter. Your account might observe short downtimes during these periods up to several minutes at a time.
Issue #7720
PulpWorker doesn't set a default DJANGO_SETTINGS_MODULE
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Similar to #7179, it would be useful if the PulpWorker entry point would have a default.
Associated revisions
History
#2
Updated by Anonymous 4 months ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|bfd0aa5058c18ad1eb6ba1a32e502d0a00309be7.
Please register to edit this issue
Always set a default for DJANGO_SETTINGS_MODULE
6a2e7f304c31adcbf12d964753f639c5e3ea4cce already set this in one place for the handler, but this does it everywhere before calling django.setup. This means the services files don't need to.
fixes #7720