Skip to content

Commit 0348cc7

Browse files
committed
Fix requirements.txt
1 parent 5a2b6b5 commit 0348cc7

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

requirements.txt

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
Flask==2.1.2
2-
Flask_Cors==3.0.10
3-
python-dotenv==1.0.0
4-
redis==4.3.4
5-
Requests==2.28.2
6-
docker_py==1.10.6
7-
psutil==5.9.1
8-
pymongo==4.1.1
1+
Flask
2+
Flask_Cors
3+
python-dotenv
4+
redis
5+
Requests
6+
docker
7+
psutil
8+
pymongo
9+
pymongo[srv]

scripts/evaluator.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ windows:
99
- queuer:
1010
- sleep 10
1111
- gunicorn -w 2 --preload --timeout 90 --bind 0.0.0.0:10001 "job_tracker.queuer:app"
12-
- mailer:
13-
- sleep 10
14-
- python3 -m common.mailer
1512
- executor:
1613
- sleep 15
1714
- python3 -m job_tracker.executor

test/client.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
args = parser.parse_args()
2020

21-
url = "http://35.213.133.27:9000/sanity-check"
21+
# url = "http://35.213.133.27:9000/sanity-check"
22+
url = "http://127.0.0.1:9000/sanity-check"
2223

2324
data = {'teamId': 'BD1_ADMIN_09',
2425
'assignmentId': 'A2T1',

0 commit comments

Comments
 (0)