(20241227) New shell scripts with modifications to the old ones.

This commit is contained in:
2024-12-27 19:30:32 +05:30
parent 93a68cc078
commit 7ddae1707f
5 changed files with 3 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@
# Use this to run the microservice without any docker setup.
source .venv/bin/activate
pkill -9 -f "$(pwd)/playground/socketio/to_kafka.py"
python3 "$(pwd)/wsio/finstitutions/trading/main.py" --host "0.0.0.0" --port 5214 --script-id "kps_cnv_KBC3MoaU" &
deactivate