mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-13 05:49:07 +00:00
fix: 修复多个 AdHocExecution 在一个 celery task 执行时日志错误
This commit is contained in:
@@ -5,5 +5,5 @@ from .. import ws
|
||||
app_name = 'ops'
|
||||
|
||||
urlpatterns = [
|
||||
path('ws/ops/tasks/log/', ws.CeleryLogWebsocket, name='task-log-ws'),
|
||||
path('ws/ops/tasks/log/', ws.TaskLogWebsocket, name='task-log-ws'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user