mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 01:11:57 +00:00
perf: Postgresql add ssl mode
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import textwrap
|
||||
import traceback
|
||||
from itertools import chain
|
||||
from typing import Iterable
|
||||
|
||||
from celery import shared_task
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
@@ -46,10 +45,8 @@ class MessageType(type):
|
||||
@shared_task(
|
||||
verbose_name=_('Publish the station message'),
|
||||
description=_(
|
||||
"""
|
||||
This task needs to be executed for sending internal messages for system alerts,
|
||||
work orders, and other notifications
|
||||
"""
|
||||
"""This task needs to be executed for sending internal messages for system alerts,
|
||||
work orders, and other notifications"""
|
||||
)
|
||||
)
|
||||
def publish_task(receive_user_ids, backends_msg_mapper):
|
||||
|
Reference in New Issue
Block a user