fix: 修复导入LDAP数据库超时导致 Lock wait timeout 的问题

pull/11000/head
Bai 2023-07-18 10:47:56 +08:00 committed by Bryan
parent fb286f4665
commit 0132eafeb6
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ def check_user_expired_periodic():
@shared_task
@transaction.atomic
def import_ldap_user():
logger.info("Start import ldap user task")
util_server = LDAPServerUtil()