File tree 3 files changed +11
-12
lines changed
3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 9
9
- queuer :
10
10
- sleep 10
11
11
- 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
15
12
- executor :
16
13
- sleep 15
17
14
- python3 -m job_tracker.executor
Original file line number Diff line number Diff line change 18
18
19
19
args = parser .parse_args ()
20
20
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"
22
23
23
24
data = {'teamId' : 'BD1_ADMIN_09' ,
24
25
'assignmentId' : 'A2T1' ,
You can’t perform that action at this time.
0 commit comments