transport
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Start both the API server and the worker
|
||||
# Start the scheduler, worker, and API server
|
||||
|
||||
# Start the worker in the background
|
||||
python -u worker.py &
|
||||
|
||||
# Start the API server in the foreground
|
||||
python -u api_service.py
|
||||
# Start the API server in the background
|
||||
python -u api_service.py &
|
||||
|
||||
# Start the scheduler in the foreground
|
||||
python -u scheduled_crawler.py
|
||||
|
||||
Reference in New Issue
Block a user