(20250118) Safety Push.
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Kill all the scripts:
|
||||||
|
echo "Killing the script."
|
||||||
|
pkill -9 -f "$(pwd)/background/finstitutions/trading/tick_in_stateful.py"
|
||||||
|
|
||||||
|
# All done:
|
||||||
|
echo "Done!"
|
||||||
|
exit 0
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Use this to run the microservice without any docker setup.
|
||||||
|
source .venv/bin/activate
|
||||||
|
python3 "$(pwd)/cron/message/mail/auto_sync.py" --script-id "kps_cnv_KBC3MoaU" --batch-size 25 --debug &
|
||||||
|
deactivate
|
||||||
|
|
||||||
|
# All done:
|
||||||
|
echo "Done!"
|
||||||
|
exit 0
|
||||||
Reference in New Issue
Block a user