fix: 修复多个 AdHocExecution 在一个 celery task 执行时日志错误

This commit is contained in:
xinwen
2020-12-29 21:05:18 +08:00
parent 3188692691
commit f5fd40978e
14 changed files with 160 additions and 25 deletions

View File

@@ -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'),
]