update
This commit is contained in:
8
transport_crawler/start.sh
Normal file
8
transport_crawler/start.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Start both the API server and the worker
|
||||
|
||||
# Start the worker in the background
|
||||
python -u worker.py &
|
||||
|
||||
# Start the API server in the foreground
|
||||
python -u api_service.py
|
||||
Reference in New Issue
Block a user