Environment
- Python version: 3.7.6
- NetBox version: 2.9.4
Steps to Reproduce
- Configure LDAP authentication, following the documentation here using a Microsoft Active Directory server as the LDAP server. Some key configurations to note:
1a. Our AUTH_LDAP_SERVER_URI is an ldaps endpoint.
1b. AUTH_LDAP_GROUP_TYPE is set to NestedActiveDirectoryGroupType()
- Log on/Log off several times over a several hour period
Expected Behavior
Netbox should run with no noticeable increase in CPU usage over time.
Observed Behavior
Over the course of several (appx 8 in our case) hours the CPU usage of uwsgi serving netbox increases gradually over time until it is using 100% of the CPU.