Ignore non used parallele requestor for SSO
This commit is contained in:
parent
bc08402dab
commit
54e4314305
1 changed files with 9 additions and 8 deletions
|
@ -79,6 +79,7 @@ class User(models.Model):
|
|||
async_list.append(ticket.logout(request, session))
|
||||
ticket.delete()
|
||||
for future in async_list:
|
||||
if future:
|
||||
try:
|
||||
future.result()
|
||||
except Exception as error:
|
||||
|
|
Loading…
Reference in a new issue