Skip to content

Commit

Permalink
Fix requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
iVishalr committed Jul 1, 2023
1 parent 5a2b6b5 commit 0348cc7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
17 changes: 9 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Flask==2.1.2
Flask_Cors==3.0.10
python-dotenv==1.0.0
redis==4.3.4
Requests==2.28.2
docker_py==1.10.6
psutil==5.9.1
pymongo==4.1.1
Flask
Flask_Cors
python-dotenv
redis
Requests
docker
psutil
pymongo
pymongo[srv]
3 changes: 0 additions & 3 deletions scripts/evaluator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ windows:
- queuer:
- sleep 10
- gunicorn -w 2 --preload --timeout 90 --bind 0.0.0.0:10001 "job_tracker.queuer:app"
- mailer:
- sleep 10
- python3 -m common.mailer
- executor:
- sleep 15
- python3 -m job_tracker.executor
3 changes: 2 additions & 1 deletion test/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

args = parser.parse_args()

url = "http://35.213.133.27:9000/sanity-check"
# url = "http://35.213.133.27:9000/sanity-check"
url = "http://127.0.0.1:9000/sanity-check"

data = {'teamId': 'BD1_ADMIN_09',
'assignmentId': 'A2T1',
Expand Down

0 comments on commit 0348cc7

Please sign in to comment.