Update docs

This commit is contained in:
Kegunya Babu 2023-06-22 14:22:59 +03:00
parent 32b5140c75
commit 26eb779df6
2 changed files with 2 additions and 6 deletions

View file

@ -72,9 +72,7 @@
"socketio", "socketio",
"watch", "watch",
"schedule", "schedule",
"worker_short", "worker"
"worker_long",
"worker_default"
] ]
} }
] ]

View file

@ -281,9 +281,7 @@ honcho start \
socketio \ socketio \
watch \ watch \
schedule \ schedule \
worker_short \ worker
worker_long \
worker_default
``` ```
Alternatively you can use the VSCode launch configuration "Honcho SocketIO Watch Schedule Worker" which launches the same command as above. Alternatively you can use the VSCode launch configuration "Honcho SocketIO Watch Schedule Worker" which launches the same command as above.