[Update] 修改celery log

This commit is contained in:
ibuler
2019-10-10 12:47:21 +08:00
parent 9ee9be3339
commit 74b4ff4993
5 changed files with 83 additions and 62 deletions

View File

@@ -5,5 +5,5 @@ from .. import ws
app_name = 'ops'
urlpatterns = [
path('ws/ops/tasks/<uuid:task_id>/log/', ws.CeleryLogWebsocket, name='task-log-ws'),
path('ws/ops/tasks/log/', ws.CeleryLogWebsocket, name='task-log-ws'),
]